summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'lt/maint-wrap-zlib'Junio C Hamano2009-01-219-34/+99
|\
| * Wrap inflate and other zlib routines for better error reportingLinus Torvalds2009-01-119-34/+99
* | Merge branch 'am/maint-push-doc'Junio C Hamano2009-01-211-7/+8
|\ \
| * | Documentation: avoid using undefined parametersAnders Melchiorsen2009-01-181-2/+2
| * | Documentation: mention branches rather than headsAnders Melchiorsen2009-01-181-2/+2
| * | Documentation: remove a redundant elaborationAnders Melchiorsen2009-01-181-2/+1
| * | Documentation: git push repository can also be a remoteAnders Melchiorsen2009-01-181-1/+3
* | | Merge branch 'sg/maint-gitdir-in-subdir'Junio C Hamano2009-01-212-1/+12
|\ \ \
| * | | Fix gitdir detection when in subdir of gitdirSZEDER Gábor2009-01-172-1/+12
* | | | Merge branch 'jf/am-failure-report'Junio C Hamano2009-01-211-1/+1
|\ \ \ \
| * | | | git-am: re-fix the diag message printingJunio C Hamano2009-01-181-1/+1
| * | | | git-am: Make it easier to see which patch failedJonas Flodén2009-01-171-1/+1
* | | | | Merge branch 'rs/ctype'Junio C Hamano2009-01-217-29/+118
|\ \ \ \ \
| * | | | | Add is_regex_special()René Scharfe2009-01-174-11/+13
| * | | | | Change NUL char handling of isspecial()René Scharfe2009-01-175-8/+15
| * | | | | Reformat ctype.cRené Scharfe2009-01-171-18/+14
| * | | | | Add ctype testRené Scharfe2009-01-173-1/+92
* | | | | | Merge branch 'sb/hook-cleanup'Junio C Hamano2009-01-218-112/+73
|\ \ \ \ \ \
| * | | | | | run_hook(): allow more than 9 hook argumentsStephan Beyer2009-01-172-10/+10
| * | | | | | run_hook(): check the executability of the hook before filling argvStephan Beyer2009-01-171-3/+3
| * | | | | | api-run-command.txt: talk about run_hook()Stephan Beyer2009-01-171-0/+15
| * | | | | | Move run_hook() from builtin-commit.c into run-command.c (libgit)Stephan Beyer2009-01-177-113/+57
| * | | | | | checkout: don't crash on file checkout before running post-checkout hookStephan Beyer2009-01-171-2/+4
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'jk/color-parse'Junio C Hamano2009-01-215-12/+44
|\ \ \ \ \ \
| * | | | | | Optimize color_parse_memRené Scharfe2009-01-191-17/+21
| * | | | | | expand --pretty=format color optionsJeff King2009-01-173-1/+21
| * | | | | | color: make it easier for non-config to parse color specsJeff King2009-01-172-2/+10
| |/ / / / /
* | | | | | Merge branch 'jc/maint-format-patch-o-relative'Junio C Hamano2009-01-212-4/+76
|\ \ \ \ \ \
| * | | | | | Teach format-patch to handle output directory relative to cwdJunio C Hamano2009-01-122-4/+76
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'kb/am-directory'Junio C Hamano2009-01-215-9/+66
|\ \ \ \ \ \
| * | | | | | git-am: fix shell quotingJunio C Hamano2009-01-142-1/+9
| * | | | | | git-am: add --directory=<dir> optionJunio C Hamano2009-01-125-9/+58
* | | | | | | bash completion: add 'rename' subcommand to git-remoteMarkus Heidelberg2009-01-211-2/+2
* | | | | | | Merge branch 'maint'Junio C Hamano2009-01-213-6/+8
|\ \ \ \ \ \ \
| * | | | | | | Rename diff.suppress-blank-empty to diff.suppressBlankEmptyJohannes Schindelin2009-01-213-6/+8
* | | | | | | | Merge branch 'bs/maint-rename-populate-filespec'Junio C Hamano2009-01-211-2/+7
|\ \ \ \ \ \ \ \
| * | | | | | | | Rename detection: Avoid repeated filespec populationBjörn Steinbrink2009-01-211-2/+7
* | | | | | | | | tutorial-2: Update with the new "git commit" ouputSanti Béjar2009-01-211-2/+2
* | | | | | | | | Fix naming scheme for configure cache variables.Ralf Wildenhues2009-01-211-9/+9
* | | | | | | | | Makefile: use shell for-loop rather than Make's foreach loop during installBrandon Casey2009-01-191-4/+6
* | | | | | | | | use uppercase POSIX compliant signals for the 'trap' commandMarkus Heidelberg2009-01-192-10/+10
* | | | | | | | | contrib/difftool: remove distracting 'echo' in the SIGINT handlerMarkus Heidelberg2009-01-191-1/+0
* | | | | | | | | contrib/difftool: change trap condition from SIGINT to INTMarkus Heidelberg2009-01-191-1/+1
* | | | | | | | | commit: more compact summary and without extra quotesSanti Béjar2009-01-191-2/+2
* | | | | | | | | Merge branch 'kc/maint-diff-bwi-fix'Junio C Hamano2009-01-190-0/+0
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | test more combinations of ignore-whitespace options to diffKeith Cascio2009-01-191-0/+27
| |/ / / / / / / /
* | | | | | | | | Merge branch 'maint'Junio C Hamano2009-01-191-2/+3
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| * | | | | | | | shell: Document that 'cvs server' is a valid commandLars Noschinski2009-01-191-2/+3
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | bash completion: refactor diff optionsThomas Rast2009-01-191-15/+21
* | | | | | | | bash completion: move pickaxe options to logThomas Rast2009-01-191-1/+2