1. f538627 bash: Compile with gnu89 for legacy K&R compatibility by Thomas Turner · 10 months ago 16.0
  2. 9c4eca8 bash: Regenerate headers and source files by LuK1337 · 9 months ago
  3. 56a7bfe Merge tag 'bash-5.2' of https://git.savannah.gnu.org/git/bash into lineage-22.2 by LuK1337 · 9 months ago
  4. e394fc5 mk->bp by LuK1337 · 2 years ago
  5. 74091dd bash-5.2 distribution sources and documentation by Chet Ramey · 3 years, 6 months ago
  6. 9f59ea3 bash: Set proper env PATH for Android by Bruno Martins · 4 years, 2 months ago
  7. 9a812c3 bash: Move to /system_ext by Bruno Martins · 4 years, 2 months ago
  8. 74a0f0c bashrc: Use full current working directory path for root as well by LuK1337 · 6 years ago
  9. c911034 bashrc: Add `ll` alias by LuK1337 · 6 years ago
  10. ba585eb inputrc: Import from Ubuntu by LuK1337 · 6 years ago
  11. fcf373a bashrc: change cm to lineage by Stefan Assmann · 8 years ago
  12. 4f25c45 bashrc: remove resize and ps alias by Stefan Assmann · 8 years ago
  13. 66666d3 bashrc: correct PS1 by Dan Pasanen · 10 years ago
  14. 69eaa1c bash: export environment variables in a way that bash understands by Dan Pasanen · 10 years ago
  15. 9aad8d6 bash: Update default environment by Steve Kondik · 10 years ago
  16. a48d6c3 bash: Remove Busybox aliases by Steve Kondik · 10 years ago
  17. b4b81db bashrc: call resize command to init term dim by Tanguy Pruvot · 11 years ago
  18. 41547e7 bashrc: export the environment variables by Dan Pasanen · 11 years ago
  19. 5833ac2 bashrc: use xterm as default terminal by Dan Pasanen · 12 years ago
  20. 444dcbe bashrc: set alias ls="busybox ls --color=auto" by Firerat · 15 years ago
  21. 9c5aabc Use a loop for busybox aliases by Scott Anderson · 15 years ago
  22. c5c7fd4 fixed some problems with bash by cvpcs · 16 years ago
  23. f79b23a added bashrc and bash_logout support system-wide by cvpcs · 16 years ago
  24. 3fb7c2a set some paths and removed the debugger by cvpcs · 16 years ago
  25. f157ca8 Set up build for android by Dan Pasanen · 12 years ago
  26. 9439ce0 Bash-5.1 patch 16: fix interpretation of multiple instances of ! in [[ conditional commands by Chet Ramey · 4 years, 3 months ago
  27. 18ad612 Bash-5.1 patch 15: fix readline display of some characters > 128 in certain single-byte encodings by Chet Ramey · 4 years, 3 months ago
  28. 72912fb Bash-5.1 patch 14: fix off-by-one error when reading multibyte characters from command substitution output by Chet Ramey · 4 years, 3 months ago
  29. 6b9422d Bash-5.1 patch 13: fix tilde expansion after unquoted colons in posix mode by Chet Ramey · 4 years, 3 months ago
  30. 1540932 Bash-5.1 patch 12: fix race condition with child processes and resetting trapped signals by Chet Ramey · 4 years, 5 months ago
  31. c839339 Bash-5.1 patch 11: save and restore alias parsing when performing compound array assignment by Chet Ramey · 4 years, 5 months ago
  32. 910fcdc Bash-5.1 patch 10: fix for wait -n being interrupted by a trapped signal by Chet Ramey · 4 years, 5 months ago
  33. fed4274 Bash-5.1 patch 9: fix bash malloc implementation of malloc_usable_size by Chet Ramey · 4 years, 5 months ago
  34. ce23728 Bash-5.1 patch 8: clean up FIFOs created by redirections in child processes by Chet Ramey · 5 years ago
  35. b72f88d Bash-5.1 patch 7: fix version comparisons in readline startup files by Chet Ramey · 5 years ago
  36. f3cd936 Bash-5.1 patch 6: make sure child processes forked to execute command substitutions are in the right process group by Chet Ramey · 5 years ago
  37. cc978a6 Bash-5.1 patch 5: fix memory leaks in compound array assignments by Chet Ramey · 5 years ago
  38. f3a35a2 Bash-5.1 updated translations by Chet Ramey · 5 years ago
  39. 76404c8 Bash-5.1 patch 4: fix key-value pair associative array assignment word expansions by Chet Ramey · 5 years ago
  40. a042c73 Bash-5.1 patch 3: fix command substitution in here-document from child process in wrong process group by Chet Ramey · 5 years ago
  41. ba970fd Bash-5.1 patch 2: fix wait -n -p var with no jobs not leaving var unset by Chet Ramey · 5 years ago
  42. f1e1163 Bash-5.1 patch 1: add dependency to Makefile to fix highly parallel builds by Chet Ramey · 5 years ago
  43. cbe0339 Bash-5.1 updated translations by Chet Ramey · 5 years ago
  44. 8868eda bash-5.1 distribution sources and documentation by Chet Ramey · 5 years ago
  45. 36f2c40 Bash-5.0 patch 18: fix quoted null string removal when using shell word expansion pattern operators by Chet Ramey · 6 years ago
  46. 9e49d34 Bash-5.0 patch 17: better fix for reaping process substitution file descriptors by Chet Ramey · 6 years ago
  47. 6c6454c Bash-5.0 patch 16: bash waits too long to reap /dev/fd process substitutions with loops and group commands by Chet Ramey · 6 years ago
  48. ad1b3e6 Bash-5.0 patch 15: aliases and -c commands can cause premature termination by Chet Ramey · 6 years ago
  49. 8b6524c Bash-5.0 patch 14: edit-and-execute-command does not handle empty command lines by Chet Ramey · 6 years ago
  50. f747f9f Bash-5.0 patch 13: reading history entries with timestamps can result in joined entries by Chet Ramey · 6 years ago
  51. b0852fb Bash-5.0 patch 12: fix problems moving back beyond start of history by Chet Ramey · 6 years ago
  52. d894cfd Bash-5.0 patch 11: fix quoted null character removal in operands of conditional ([[) commands by Chet Ramey · 7 years ago
  53. 6a3116f Bash-5.0 patch 10: changes to posix-mode assignment statements preceding functions and special builtins by Chet Ramey · 7 years ago
  54. 9f597fd Bash-5.0 patch 9: fix file descriptor leak with zero-length history file by Chet Ramey · 7 years ago
  55. 0132358 Bash-5.0 patch 8: fix history offset when HISTSIZE == 0 that can lead to crashes by Chet Ramey · 7 years ago
  56. 3ba6974 Bash-5.0 patch 7: fix exec builtin leaving the terminal in the wrong process group by Chet Ramey · 7 years ago
  57. dfd2cc6 Bash-5.0 patch 6: allow building with SYSLOG_HISTORY defined without defining SYSLOG_SHOPT by Chet Ramey · 7 years ago
  58. 41f5420 Bash-5.0 patch 5: prevent optimizing forks away too aggressively by Chet Ramey · 7 years ago
  59. 16c907a Bash-5.0 patch 4: the wait builtin without arguments only waits for known children the shell started by Chet Ramey · 7 years ago
  60. fcf6ae7 Bash-5.0 patch 3: improvements when globbing directory names containing backslashes by Chet Ramey · 7 years ago
  61. ddf3f64 Bash-5.0 patch 2: fix expansion of aliases whose value ends with an unquoted tab by Chet Ramey · 7 years ago
  62. 4d2e315 Bash-5.0 patch 1: fix pathname expansion of directory names containing backslashes by Chet Ramey · 7 years ago
  63. d233b48 bash-5.0 distribution sources and documentation by Chet Ramey · 7 years ago
  64. 6444760 fix for SIGINT in sourced script by Chet Ramey · 8 years ago
  65. 34dbca5 readline multi-key command re-read input fix by Chet Ramey · 8 years ago
  66. 36f89ff SIGINT trap handler SIGINT loop fix by Chet Ramey · 8 years ago
  67. 354efb9 saved background process status hash table loop fixes by Chet Ramey · 8 years ago
  68. 7de2745 update .gitignore for developers by Chet Ramey · 8 years ago
  69. b0776d8 Bash-4.4 patch 19 by Chet Ramey · 8 years ago
  70. eb78197 Bash-4.4 patch 18 by Chet Ramey · 8 years ago
  71. b3a5ec8 Bash-4.4 patch 17 by Chet Ramey · 8 years ago
  72. c9f1b04 Bash-4.4 patch 16 by Chet Ramey · 8 years ago
  73. 9cce630 Bash-4.4 patch 15 by Chet Ramey · 8 years ago
  74. 2fb21d7 Bash-4.4 patch 14 by Chet Ramey · 8 years ago
  75. 1aef9c7 Bash-4.4 patch 13 by Chet Ramey · 8 years ago
  76. bc00779 Bash-4.4 patch 12 by Chet Ramey · 9 years ago
  77. 76bb456 Bash-4.4 patch 11 by Chet Ramey · 9 years ago
  78. 5b9762d Bash-4.4 patch 10 by Chet Ramey · 9 years ago
  79. e59fb11 Bash-4.4 patch 9 by Chet Ramey · 9 years ago
  80. b9f81c2 Bash-4.4 patch 8 by Chet Ramey · 9 years ago
  81. 4f747ed Bash-4.4 patch 7 by Chet Ramey · 9 years ago
  82. 44bfefc Bash-4.4 patch 6 by Chet Ramey · 9 years ago
  83. f459cbd Bash-4.4 patch 5 by Chet Ramey · 9 years ago
  84. 2965eca Bash-4.4 patch 4 by Chet Ramey · 9 years ago
  85. 4f59a8b Bash-4.4 patch 3 by Chet Ramey · 9 years ago
  86. 280bd77 Bash-4.4 patch 2 by Chet Ramey · 9 years ago
  87. 8ddc8d6 Bash-4.4 patch 1 by Chet Ramey · 9 years ago
  88. a0c0a00 Bash-4.4 distribution sources and documentation by Chet Ramey · 10 years ago
  89. 30a978b Bash-4.3 patch 46 by Chet Ramey · 10 years ago
  90. 591b09c Bash-4.3 patch 45 by Chet Ramey · 10 years ago
  91. 489302a Bash-4.3 patch 44 by Chet Ramey · 10 years ago
  92. 8061f8f Bash-4.3 patch 43 by Chet Ramey · 10 years ago
  93. ae339e9 Bash-4.3 patch 42 by Chet Ramey · 11 years ago
  94. 2b3ca7e Bash-4.3 patch 41 by Chet Ramey · 11 years ago
  95. 8d98b94 Bash-4.3 patch 40 by Chet Ramey · 11 years ago
  96. d2744e0 Bash-4.3 patch 39 by Chet Ramey · 11 years ago
  97. af61c54 Bash-4.3 patch 38 by Chet Ramey · 11 years ago
  98. 1cfd8d2 Bash-4.3 patch 37 by Chet Ramey · 11 years ago
  99. 4e3e531 Bash-4.3 patch 36 by Chet Ramey · 11 years ago
  100. e57a256 Bash-4.3 patch 35 by Chet Ramey · 11 years ago