summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-01-17revision walker: include a detached HEAD in --allLibravatar Johannes Schindelin3-2/+41
2009-01-17Fix gitdir detection when in subdir of gitdirLibravatar SZEDER Gábor2-1/+12
2009-01-17git-am: Make it easier to see which patch failedLibravatar Jonas Flodén1-1/+1
2009-01-17contrib: add 'git difftool' for launching common merge toolsLibravatar David Aguilar3-0/+418
2009-01-17Add is_regex_special()Libravatar René Scharfe4-11/+13
2009-01-17Change NUL char handling of isspecial()Libravatar René Scharfe5-8/+15
2009-01-17Reformat ctype.cLibravatar René Scharfe1-18/+14
2009-01-17Add ctype testLibravatar René Scharfe3-1/+92
2009-01-17bash: refactor 'git log --pretty=<format>' optionsLibravatar SZEDER Gábor1-4/+4
2009-01-17bash: add missing format-patch command line optionsLibravatar SZEDER Gábor1-0/+2
2009-01-17bash: remove unnecessary checks for long options with argumentLibravatar SZEDER Gábor1-2/+0
2009-01-17t5540: clarify that http-push does not handle packed-refs on the remoteLibravatar Johannes Schindelin1-3/+15
2009-01-17http-push: when making directories, have a trailing slash in the path nameLibravatar Johannes Schindelin3-2/+11
2009-01-17http-push: fix off-by-path_lenLibravatar Johannes Schindelin1-3/+7
2009-01-17Documentation: let asciidoc align related optionsLibravatar Markus Heidelberg1-2/+4
2009-01-17expand --pretty=format color optionsLibravatar Jeff King3-1/+21
2009-01-17color: make it easier for non-config to parse color specsLibravatar Jeff King2-2/+10
2009-01-17Documentation: let asciidoc align related optionsLibravatar Markus Heidelberg1-1/+4
2009-01-17githooks.txt: add missing wordLibravatar Stephan Beyer1-1/+1
2009-01-17builtin-commit.c: do not remove COMMIT_EDITMSGLibravatar Stephan Beyer1-1/+0
2009-01-17run_hook(): allow more than 9 hook argumentsLibravatar Stephan Beyer2-10/+10
2009-01-17run_hook(): check the executability of the hook before filling argvLibravatar Stephan Beyer1-3/+3
2009-01-17api-run-command.txt: talk about run_hook()Libravatar Stephan Beyer1-0/+15
2009-01-17Move run_hook() from builtin-commit.c into run-command.c (libgit)Libravatar Stephan Beyer7-113/+57
2009-01-17checkout: don't crash on file checkout before running post-checkout hookLibravatar Stephan Beyer1-2/+4
2009-01-17color-words: make regex configurable via attributesLibravatar Thomas Rast6-15/+135
2009-01-17color-words: expand docs with precise semanticsLibravatar Thomas Rast1-5/+10
2009-01-17color-words: enable REG_NEWLINE to help userLibravatar Thomas Rast1-1/+2
2009-01-17color-words: take an optional regular expression describing wordsLibravatar Johannes Schindelin4-10/+118
2009-01-17color-words: change algorithm to allow for 0-character word boundariesLibravatar Johannes Schindelin2-66/+157
2009-01-17color-words: refactor word splitting and use ALLOC_GROW()Libravatar Johannes Schindelin1-21/+19
2009-01-17Add color_fwrite_lines(), a function coloring each line individuallyLibravatar Johannes Schindelin2-0/+29
2009-01-15Merge branch 'maint'Libravatar Junio C Hamano2-0/+34
2009-01-15Merge branch 'maint-1.6.0' into maintLibravatar Junio C Hamano2-0/+34
2009-01-15t3404: Add test case for auto-amending only edited commits after "edit"Libravatar Stephan Beyer1-0/+17
2009-01-15t3404: Add test case for aborted --continue after "edit"Libravatar Stephan Beyer1-0/+15
2009-01-15t3501: check that commits are actually doneLibravatar Stephan Beyer1-0/+2
2009-01-15bash-completion: Add comments to remind about required argumentsLibravatar Ted Pavlic1-0/+15
2009-01-15bash-completion: Try bash completions before simple filetypeLibravatar Ted Pavlic1-3/+6
2009-01-15bash-completion: Support running when set -u is enabledLibravatar Ted Pavlic1-9/+9
2009-01-14Merge branch 'maint'Libravatar Junio C Hamano4-2/+49
2009-01-14Update draft release notes to 1.6.1.1Libravatar Junio C Hamano1-2/+23
2009-01-14Merge branch 'maint-1.6.0' into maintLibravatar Junio C Hamano2-0/+26
2009-01-14remove pathspec_match, use match_pathspec insteadLibravatar Clemens Buchacher5-51/+17
2009-01-14clean up pathspec matchingLibravatar Clemens Buchacher1-1/+1
2009-01-14Make t3411 executableLibravatar Miklos Vajna1-0/+0
2009-01-14git-am: fix shell quotingLibravatar Junio C Hamano2-1/+9
2009-01-14fix handling of multiple untracked files for git mv -kLibravatar Michael J Gruber2-1/+2
2009-01-14add test cases for "git mv -k"Libravatar Michael J Gruber1-0/+25
2009-01-13Update 1.6.2 draft release notesLibravatar Junio C Hamano1-1/+38