Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | | | | | | | | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2009-02-04 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | | | urls.txt: document optional port specification in git URLS | Stefan Naewe | 2009-02-04 | |
| * | | | | | | | | | | | | | | Merge branch 'maint-1.6.0' into maint | Junio C Hamano | 2009-02-04 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ / / / / | | |/| | | | | | | | | | | | | ||||
| | * | | | | | | | | | | | | | builtin-mv.c: check for unversionned files before looking at the destination. | Matthieu Moy | 2009-02-04 | |
| | * | | | | | | | | | | | | | Add a testcase for "git mv -f" on untracked files. | Matthieu Moy | 2009-02-04 | |
| | * | | | | | | | | | | | | | Missing && in t/t7001.sh. | Matthieu Moy | 2009-02-04 | |
* | | | | | | | | | | | | | | | Merge branch 'wp/add-patch-find' | Junio C Hamano | 2009-02-04 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | add -p: trap Ctrl-D in 'goto' mode | Thomas Rast | 2009-02-04 | |
| * | | | | | | | | | | | | | | | add -p: change prompt separator for 'g' | Thomas Rast | 2009-02-04 | |
| * | | | | | | | | | | | | | | | In add --patch, Handle K,k,J,j slightly more gracefully. | William Pursell | 2009-02-01 | |
| * | | | | | | | | | | | | | | | Add / command in add --patch | William Pursell | 2009-02-01 | |
| * | | | | | | | | | | | | | | | git-add -i/-p: Change prompt separater from slash to comma | William Pursell | 2009-02-01 | |
* | | | | | | | | | | | | | | | | Merge branch 'ns/am-slacker' | Junio C Hamano | 2009-02-04 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | | git-am: Add --ignore-date option | Nanako Shiraishi | 2009-01-25 | |
| * | | | | | | | | | | | | | | | | am: Add --committer-date-is-author-date option | Junio C Hamano | 2009-01-25 | |
* | | | | | | | | | | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2009-02-04 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | | | | | Merge branch 'maint-1.6.0' into maint | Junio C Hamano | 2009-02-03 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | ||||
| | * | | | | | | | | | | | | | | | User-manual: "git stash <comment>" form is long gone | William Pursell | 2009-02-03 | |
| | * | | | | | | | | | | | | | | | add test-dump-cache-tree in Makefile | Guanqun Lu | 2009-02-03 | |
| | * | | | | | | | | | | | | | | | fix typo in Documentation | Guanqun Lu | 2009-02-03 | |
| | * | | | | | | | | | | | | | | | apply: fix access to an uninitialized mode variable, found by valgrind | Johannes Schindelin | 2009-02-03 | |
| | | |_|_|_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | | | | bash: offer to show (un)staged changes | Thomas Rast | 2009-02-03 | |
* | | | | | | | | | | | | | | | | tests: fix test_commit() for case insensitive filesystems | Junio C Hamano | 2009-02-03 | |
* | | | | | | | | | | | | | | | | t3412: further simplify setting of GIT_EDITOR | Junio C Hamano | 2009-02-03 | |
* | | | | | | | | | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2009-02-03 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / | ||||
| * | | | | | | | | | | | | | | | Merge branch 'maint-1.6.0' into maint | Junio C Hamano | 2009-02-03 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / | ||||
| | * | | | | | | | | | | | | | | grep: pass -I (ignore binary) down to external grep | Junio C Hamano | 2009-02-02 | |
* | | | | | | | | | | | | | | | | Merge branch 'jc/maint-add-u-remove-conflicted' | Junio C Hamano | 2009-02-03 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | | add -u: do not fail to resolve a path as deleted | Junio C Hamano | 2009-01-28 | |
* | | | | | | | | | | | | | | | | | Merge branch 'jk/maint-cleanup-after-exec-failure' | Junio C Hamano | 2009-02-03 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | | | | | git: use run_command() to execute dashed externals | Jeff King | 2009-01-28 | |
| * | | | | | | | | | | | | | | | | run_command(): help callers distinguish errors | Jeff King | 2009-01-28 | |
| * | | | | | | | | | | | | | | | | run_command(): handle missing command errors more gracefully | Jeff King | 2009-01-28 | |
| * | | | | | | | | | | | | | | | | git: s/run_command/run_builtin/ | Jeff King | 2009-01-28 | |
| |/ / / / / / / / / / / / / / / | ||||
* | | | | | | | | | | | | | | | | t3412: use log|name-rev instead of log --graph | Thomas Rast | 2009-02-01 | |
* | | | | | | | | | | | | | | | | gitweb: Update README that gitweb works better with PATH_INFO | Jakub Narebski | 2009-02-01 | |
* | | | | | | | | | | | | | | | | mailinfo: cleanup extra spaces for complex 'From:' | Kirill Smelkov | 2009-02-01 | |
* | | | | | | | | | | | | | | | | Merge branch 'ks/maint-mailinfo-folded' | Junio C Hamano | 2009-01-31 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | | mailinfo: tests for RFC2047 examples | Kirill Smelkov | 2009-01-28 | |
| * | | | | | | | | | | | | | | | | mailinfo: add explicit test for mails like '<a.u.thor@example.com> (A U Thor)' | Kirill Smelkov | 2009-01-28 | |
| * | | | | | | | | | | | | | | | | mailinfo: 'From:' header should be unfold as well | Kirill Smelkov | 2009-01-12 | |
| * | | | | | | | | | | | | | | | | mailinfo: correctly handle multiline 'Subject:' header | Kirill Smelkov | 2009-01-10 | |
* | | | | | | | | | | | | | | | | | Merge branch 'jc/maint-apply-fix' | Junio C Hamano | 2009-01-31 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | | | | | builtin-apply.c: do not set bogus mode in check_preimage() for deleted path | Junio C Hamano | 2009-01-28 | |
| | |/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | | | | Merge branch 'am/maint-push-doc' | Junio C Hamano | 2009-01-31 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | | | | Documentation: rework src/dst description in git push | Anders Melchiorsen | 2009-01-25 | |
| * | | | | | | | | | | | | | | | Documentation: more git push examples | Anders Melchiorsen | 2009-01-25 | |
| * | | | | | | | | | | | | | | | Documentation: simplify refspec format description | Junio C Hamano | 2009-01-25 | |
* | | | | | | | | | | | | | | | | Merge branch 'jc/maint-allow-uninteresting-missing' | Junio C Hamano | 2009-01-31 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | | revision traversal: allow UNINTERESTING objects to be missing | Junio C Hamano | 2009-01-28 | |
| | |/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | |