summaryrefslogtreecommitdiffstats
path: root/reachable.h (unfollow)
Commit message (Expand)AuthorFilesLines
2013-07-04Update draft release notes to 1.8.3.3Junio C Hamano1-0/+15
2013-07-03git-remote-mediawiki: un-brace file handles in binmode callsMatthieu Moy1-2/+2
2013-07-03git-config: update doc for --get with multiple valuesJohn Keeping1-1/+1
2013-07-01Update draft release notes to 1.8.4Junio C Hamano1-0/+16
2013-07-01lib-rebase: style: use write_script, <<-\EOFAndrew Pimlott1-38/+36
2013-07-01t7500: fix flipped actual/expectAndrew Pimlott1-3/+3
2013-07-01lib-rebase: document exec_ in FAKE_LINESAndrew Pimlott1-0/+2
2013-07-01Update draft release notes to 1.8.4Junio C Hamano1-0/+23
2013-07-01Start preparing for 1.8.3.3Junio C Hamano2-1/+12
2013-06-30check-ignore doc: fix broken link to ls-files pageRamkumar Ramachandra1-1/+1
2013-06-30test: spell 'ls-files --delete' option correctly in test descriptionsSZEDER Gábor1-2/+2
2013-06-30perf-lib: fix start/stop of perf testsThomas Gummerer1-1/+2
2013-06-28Git 1.8.3.2v1.8.3.2Junio C Hamano3-2/+8
2013-06-28configure: fix option help message for --disable-pthreadsStefano Lattarini1-1/+1
2013-06-27Start preparing for 1.8.3.2Junio C Hamano2-1/+55
2013-06-27Update draft release notes to 1.8.4Junio C Hamano1-1/+10
2013-06-27rebase -i: handle fixup! fixup! in --autosquashAndrew Pimlott4-6/+94
2013-06-27am: replace uses of --resolved with --continueKevin Bracey5-10/+10
2013-06-27Update draft release notes to 1.8.4Junio C Hamano1-0/+12
2013-06-26documentation: add git:// transport security noticeFraser Tweedale1-0/+3
2013-06-26git-prompt.sh: add missing information in commentsEduardo R. D'Avila1-11/+15
2013-06-26git-prompt.sh: do not print duplicate clean color codeEduardo R. D'Avila2-5/+5
2013-06-26t9903: remove redundant testsEduardo R. D'Avila1-114/+1
2013-06-26git-prompt.sh: refactor colored prompt codeEduardo R. D'Avila1-59/+26
2013-06-26t9903: add tests for git-prompt pcmodeEduardo R. D'Avila1-0/+254
2013-06-26column doc: rewrite documentation for column.uiRamkumar Ramachandra1-3/+17
2013-06-26.mailmap: Map "H.Merijn Brand" to "H. Merijn Brand"Stefan Beller1-0/+1
2013-06-24Update draft release notes to 1.8.4Junio C Hamano1-4/+14
2013-06-24bash prompt: mention that PROMPT_COMMAND mode is fasterSZEDER Gábor1-5/+5
2013-06-24bash prompt: avoid command substitution when finalizing gitstringSZEDER Gábor1-1/+5
2013-06-24bash prompt: avoid command substitution when checking for untracked filesSZEDER Gábor1-1/+1
2013-06-24bash prompt: use bash builtins to check stash stateSZEDER Gábor2-2/+4
2013-06-24bash prompt: use bash builtins to check for unborn branch for dirty stateSZEDER Gábor1-1/+1
2013-06-24bash prompt: combine 'git rev-parse' for detached headSZEDER Gábor2-4/+20
2013-06-24bash prompt: combine 'git rev-parse' executions in the main code pathSZEDER Gábor1-5/+13
2013-06-24bash prompt: use bash builtins to find out current branchSZEDER Gábor1-18/+33
2013-06-24bash prompt: use bash builtins to find out rebase stateSZEDER Gábor1-6/+6
2013-06-24bash prompt: run 'git rev-parse --git-dir' directly instead of __gitdir()SZEDER Gábor2-27/+1
2013-06-24bash prompt: return early from __git_ps1() when not in a git repositorySZEDER Gábor1-100/+101
2013-06-24bash prompt: print unique detached HEAD abbreviated object nameSZEDER Gábor2-2/+3
2013-06-24bash prompt: add a test for symbolic link symbolic refsSZEDER Gábor1-0/+9
2013-06-24completion, bash prompt: move __gitdir() tests to completion test suiteSZEDER Gábor2-128/+134
2013-06-24Revert "Merge branch 'jg/status-config'"Junio C Hamano3-76/+0
2013-06-24bash prompt: use 'write_script' helper in interactive rebase testSZEDER Gábor1-7/+5
2013-06-24bash prompt: fix redirection coding style in testsSZEDER Gábor1-116/+116
2013-06-23Update draft release notes to 1.8.4Junio C Hamano1-0/+4
2013-06-23add -i: add extra options at the right place in "diff" command lineJunio C Hamano1-1/+1
2013-06-23test-lib: support running tests under valgrind in parallelThomas Rast1-22/+84
2013-06-23test-lib: allow prefixing a custom string before "ok N" etc.Thomas Rast1-12/+15
2013-06-23test-lib: valgrind for only tests matching a patternThomas Rast3-1/+43