summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | Demonstrate bugs when a directory is replaced with a symlinkPickens, James E2009-07-291-0/+87
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'mk/grep-max-depth'Junio C Hamano2009-08-105-11/+103
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | grep: Add --max-depth option.Michał Kiedrowicz2009-07-225-11/+103
* | | | | | | | | | Merge branch 'js/run-command-updates'Junio C Hamano2009-08-1011-125/+106
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | api-run-command.txt: describe error behavior of run_command functionsJohannes Sixt2009-08-081-3/+28
| * | | | | | | | | | run-command.c: squelch a "use before assignment" warningDavid Soria Parra2009-08-041-1/+1
| * | | | | | | | | | receive-pack: remove unnecessary run_status reportJohannes Sixt2009-07-061-16/+4
| * | | | | | | | | | run_command: report failure to execute the program, but optionally don'tJohannes Sixt2009-07-065-13/+13
| * | | | | | | | | | run_command: encode deadly signal number in the return valueJohannes Sixt2009-07-061-1/+8
| * | | | | | | | | | run_command: report system call errors instead of returning error codesJohannes Sixt2009-07-066-86/+58
| * | | | | | | | | | run_command: return exit code as positive valueJohannes Sixt2009-07-057-19/+7
| * | | | | | | | | | MinGW: simplify waitpid() emulation macrosJohannes Sixt2009-07-051-2/+3
* | | | | | | | | | | Check return value of ftruncate call in http.cJeff Lasslett2009-08-101-1/+5
* | | | | | | | | | | http.c: replace usage of temporary variable for urlsTay Ray Chuan2009-08-101-9/+6
* | | | | | | | | | | http.c: free preq when abortingTay Ray Chuan2009-08-101-0/+1
* | | | | | | | | | | Merge branch 'master' of git://git.bogomips.org/git-svnJunio C Hamano2009-08-103-5/+19
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | git-svn: ignore leading blank lines in svn:ignoreMichael Haggerty2009-08-102-1/+6
| * | | | | | | | | | | svn: Honor --prefix option in init without --stdlayoutAdam Brewster2009-08-101-1/+2
| * | | | | | | | | | | svn: Add && to t9107-git-svn-migrate.shAdam Brewster2009-08-101-3/+11
* | | | | | | | | | | | Document 'stash clear' recovery via unreachable commitsThomas Rast2009-08-091-1/+16
|/ / / / / / / / / / /
* | | | | | | | | | | t/Makefile: include config.makJeff King2009-08-091-0/+2
* | | | | | | | | | | tests: allow user to specify trash directory locationJeff King2009-08-091-1/+8
* | | | | | | | | | | tests: provide $TRASH_DIRECTORY variableJeff King2009-08-092-3/+3
* | | | | | | | | | | tests: use "$TEST_DIRECTORY" instead of ".."Jeff King2009-08-094-4/+4
* | | | | | | | | | | t0001-init: split the existence test from the permission testJohannes Sixt2009-08-091-0/+6
* | | | | | | | | | | t0001-init: fix a file nameJohannes Sixt2009-08-091-1/+1
* | | | | | | | | | | Merge branch 'maint'Junio C Hamano2009-08-072-11/+27
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / | |/| | | | | | | | |
| * | | | | | | | | | Merge branch 'maint-1.6.3' into maintJunio C Hamano2009-08-072-11/+27
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / | |/| | | | | | / / / | | | |_|_|_|_|/ / / | | |/| | | | | | |
| | * | | | | | | | Merge branch 'maint-1.6.2' into maint-1.6.3Junio C Hamano2009-08-072-11/+27
| | |\ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ Merge branch 'maint-1.6.1' into maint-1.6.2Junio C Hamano2009-08-072-11/+27
| | | |\ \ \ \ \ \ \ \
| | | | * \ \ \ \ \ \ \ Merge branch 'maint-1.6.0' into maint-1.6.1Junio C Hamano2009-08-072-11/+27
| | | | |\ \ \ \ \ \ \ \ | | | | | |_|_|_|_|/ / / | | | | |/| | | | | | |
| | | | | * | | | | | | verify-pack -v: do not report "chain length 0"Junio C Hamano2009-08-071-8/+19
| | | | | * | | | | | | t5510: harden the way verify-pack is usedJunio C Hamano2009-08-071-3/+8
* | | | | | | | | | | | Show usage string for 'git log -h', 'git show -h' and 'git diff -h'Matthieu Moy2009-08-072-0/+8
* | | | | | | | | | | | git-ls-files.txt: clarify what "other files" mean for --otherMatthieu Moy2009-08-061-1/+1
* | | | | | | | | | | | git-describe: Die early if there are no possible descriptionsBjörn Steinbrink2009-08-061-0/+5
* | | | | | | | | | | | rebase: consistent error messages for staged and unstaged changes.Matthieu Moy2009-08-061-2/+4
* | | | | | | | | | | | git-tag(1): Refer to git-check-ref-format(1) for <name>Jari Aalto2009-08-061-1/+4
* | | | | | | | | | | | git-rev-list.txt: Clarify the use of multiple revision argumentsJunio C Hamano2009-08-061-8/+14
* | | | | | | | | | | | git.el: Clarify documentation of git-commit-treeDavid Kågedal2009-08-061-5/+8
| |_|_|_|_|_|_|_|/ / / |/| | | | | | | | | |
* | | | | | | | | | | Merge branch 'sb/read-tree'Junio C Hamano2009-08-053-111/+92
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | read-tree: migrate to parse-optionsStephen Boyd2009-06-273-109/+90
| * | | | | | | | | | | read-tree: convert unhelpful usage()'s to helpful die()'sStephen Boyd2009-06-271-3/+3
* | | | | | | | | | | | Merge branch 'jc/apply-epoch-patch'Junio C Hamano2009-08-052-1/+176
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | apply: notice creation/removal patches produced by GNU diffJunio C Hamano2009-07-112-1/+176
* | | | | | | | | | | | | Merge branch 'sb/parse-options'Junio C Hamano2009-08-056-71/+66
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | prune-packed: migrate to parse-optionsStephen Boyd2009-07-102-18/+15
| * | | | | | | | | | | | | verify-pack: migrate to parse-optionsStephen Boyd2009-07-102-23/+20
| * | | | | | | | | | | | | verify-tag: migrate to parse-optionsStephen Boyd2009-07-101-9/+12
| * | | | | | | | | | | | | write-tree: migrate to parse-optionsStephen Boyd2009-07-101-21/+19
| |/ / / / / / / / / / / /