Age | Commit message (Expand) | Author | Files | Lines |
2010-09-27 | dir.c: squelch false uninitialized memory warning | Pat Notz | 1 | -1/+1 |
2010-09-27 | git-send-email.perl: ensure $domain is defined before using it | Brandon Casey | 1 | -1/+1 |
2010-09-27 | wt-status.c: don't leak directory entries when processing untracked,ignored | Brandon Casey | 1 | -10/+6 |
2010-09-27 | t6050 (replace): fix bogus "fetch branch with replacement" test | Christian Couder | 1 | -3/+10 |
2010-09-27 | Documentation: Refer to git-commit-tree in git-filter-branch help | Wesley J. Landaker | 1 | -1/+1 |
2010-09-27 | update comment and documentation for :/foo syntax | Matthieu Moy | 2 | -1/+4 |
2010-09-27 | Improvements to `git checkout -h` | Daniel Knittl-Frank | 1 | -6/+6 |
2010-09-27 | contrib/completion: --no-index option to git diff | Michael J Gruber | 1 | -1/+1 |
2010-09-27 | get_author_ident_from_commit(): remove useless quoting | Uwe Kleine-König | 1 | -3/+0 |
2010-09-27 | prefer test -h over test -L in shell scripts | Jeff King | 3 | -5/+5 |
2010-09-27 | CodingGuidelines: spell Arithmetic Expansion with $(($var)) | Junio C Hamano | 1 | -0/+4 |
2010-09-27 | t1503: Fix arithmetic expansion syntax error when using dash | Ramsay Jones | 1 | -2/+2 |
2010-09-27 | remote-helpers: build in platform independent directory | Michael J Gruber | 1 | -0/+3 |
2010-09-27 | strbuf.h: fix comment typo | Pat Notz | 1 | -1/+1 |
2010-09-27 | builtin/revert.c: don't dereference a NULL pointer | Brandon Casey | 2 | -1/+11 |
2010-09-26 | git-stash: fix flag parsing | Brian Gernhardt | 2 | -8/+15 |
2010-09-26 | t/t3903-stash: improve testing of git-stash show | Brandon Casey | 1 | -4/+58 |
2010-09-24 | git-svn: fix processing of decorated commit hashes | Mathias Lafeldt | 1 | -1/+2 |
2010-09-24 | git-svn: check_cherry_pick should exclude commits already in our history | Steven Walter | 2 | -1/+53 |
2010-09-24 | Documentation/git-svn: discourage "noMetadata" | Eric Wong | 1 | -3/+14 |
2010-09-23 | do not search functions for patch ID | Clemens Buchacher | 1 | -1/+1 |
2010-09-23 | add rebase patch id tests | Clemens Buchacher | 1 | -0/+109 |
2010-09-23 | diff: don't use pathname-based diff drivers for symlinks | Jeff King | 2 | -3/+34 |
2010-09-18 | git-reset.txt: make modes description more consistent | Michael J Gruber | 1 | -17/+26 |
2010-09-18 | git-reset.txt: point to git-checkout | Michael J Gruber | 1 | -0/+7 |
2010-09-18 | git-reset.txt: use "working tree" consistently | Michael J Gruber | 1 | -7/+7 |
2010-09-18 | git-reset.txt: reset --soft is not a no-op | Michael J Gruber | 1 | -4/+4 |
2010-09-18 | git-reset.txt: reset does not change files in target | Michael J Gruber | 1 | -2/+4 |
2010-09-18 | git-reset.txt: clarify branch vs. branch head | Michael J Gruber | 1 | -2/+2 |
2010-09-18 | Git 1.7.3 | Junio C Hamano | 3 | -14/+8 |
2010-09-18 | Merge branch 'js/ls-files-x-doc' | Junio C Hamano | 1 | -5/+6 |
2010-09-17 | git-rebase--interactive.sh: replace cut with ${v%% *} | Chris Johnsen | 1 | -1/+1 |
2010-09-17 | t/t7300: workaround ancient touch by rearranging arguments | Brandon Casey | 1 | -1/+1 |
2010-09-16 | Merge branch 'bg/fix-t7003' | Junio C Hamano | 1 | -38/+41 |
2010-09-15 | ls-files documentation: reword for consistency | Junio C Hamano | 1 | -4/+4 |
2010-09-15 | git-ls-files.txt: clarify -x/--exclude option | Jay Soffian | 1 | -2/+3 |
2010-09-15 | Git 1.7.3 rc2 | Junio C Hamano | 2 | -3/+9 |
2010-09-15 | Merge branch 'dr/maint-ls-tree-prefix-recursion-fix' | Junio C Hamano | 2 | -0/+11 |
2010-09-15 | Merge branch 'os/fix-rebase-diff-no-prefix' | Junio C Hamano | 1 | -0/+1 |
2010-09-15 | Merge branch 'jl/fix-test' | Junio C Hamano | 35 | -491/+604 |
2010-09-15 | Merge branch 'ch/filter-branch-deprecate-remap-to-ancestor' | Junio C Hamano | 3 | -14/+40 |
2010-09-15 | Merge branch 'ch/maint-cannot-create-bundle-error' | Junio C Hamano | 2 | -2/+11 |
2010-09-15 | Merge branch 'ks/recursive-rename-add-identical' | Junio C Hamano | 2 | -0/+41 |
2010-09-15 | Merge git://repo.or.cz/git-gui | Junio C Hamano | 6 | -411/+454 |
2010-09-14 | git-gui 0.13 | Pat Thoyts | 1 | -1/+1 |
2010-09-13 | git-gui: avoid mis-encoding the copyright message on Windows. | Pat Thoyts | 1 | -2/+2 |
2010-09-13 | git-gui: Update Swedish translation (521t). | Peter Krefting | 1 | -399/+403 |
2010-09-13 | t7003: Use test_commit instead of custom function | Brian Gernhardt | 1 | -38/+41 |
2010-09-12 | Merge branch 'maint' | Junio C Hamano | 2 | -63/+70 |
2010-09-12 | ls-tree $di $dir: do not mistakenly recurse into directories | Junio C Hamano | 2 | -0/+11 |