Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | | | | | | | Allow git-checkout when on a non-existant branch. | Shawn Pearce | 2006-09-27 | |
* | | | | | | | | Merge branch 'jc/deprecate-recursive' | Junio C Hamano | 2006-09-27 | |
|\ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | Deprecate merge-recursive.py | Junio C Hamano | 2006-09-24 | |
| | |/ / / / / / | |/| | | | | | | ||||
* | | | | | | | | Corrected copy-and-paste thinko in ignore executable bit test case. | Shawn Pearce | 2006-09-27 | |
* | | | | | | | | An illustration of rev-list --parents --pretty=raw | Junio C Hamano | 2006-09-27 | |
| |/ / / / / / |/| | | | | | | ||||
* | | | | | | | Ignore executable bit when adding files if filemode=0. | Shawn Pearce | 2006-09-26 | |
|/ / / / / / | ||||
* | | | | | | Add test for the default merges in fetch. | Santi BĂ©jar | 2006-09-24 | |
* | | | | | | Add t5510 to test per branch configuration affecting git-fetch. | Junio C Hamano | 2006-09-24 | |
* | | | | | | Quote arguments to tr in test-lib | Robin Rosenberg | 2006-09-22 | |
* | | | | | | Document receive.denyNonFastforwards | Johannes Schindelin | 2006-09-20 | |
| |_|_|_|/ |/| | | | | ||||
* | | | | | apply --unidiff-zero: loosen sanity checks for --unidiff=0 patches | Junio C Hamano | 2006-09-17 | |
* | | | | | t1400: make test debuggable. | Junio C Hamano | 2006-09-16 | |
* | | | | | Make apply --binary a no-op. | Junio C Hamano | 2006-09-07 | |
* | | | | | Trace into a file or an open fd and refactor tracing code. | Christian Couder | 2006-09-02 | |
* | | | | | t5710: fix two thinkos. | Junio C Hamano | 2006-08-31 | |
* | | | | | Merge branch 'jc/apply' | Junio C Hamano | 2006-08-27 | |
|\ \ \ \ \ | ||||
| * | | | | | git-apply --verbose | Junio C Hamano | 2006-08-18 | |
| * | | | | | git-apply --reject: send rejects to .rej files. | Junio C Hamano | 2006-08-18 | |
| * | | | | | git-apply --reject | Junio C Hamano | 2006-08-17 | |
| * | | | | | apply --reverse: tie it all together. | Junio C Hamano | 2006-08-16 | |
* | | | | | | Merge branch 'maint' | Junio C Hamano | 2006-08-21 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | / | | |_|_|/ | |/| | | | ||||
| * | | | | git-mv: special case destination "." | Johannes Schindelin | 2006-08-21 | |
* | | | | | Merge branch 'maint' | Junio C Hamano | 2006-08-15 | |
|\ \ \ \ \ | |/ / / / | | | | / | |_|_|/ |/| | | | ||||
| * | | | git-mv: succeed even if source is a prefix of destination | Johannes Schindelin | 2006-08-15 | |
* | | | | t4116 apply --reverse test | Junio C Hamano | 2006-08-14 | |
* | | | | Merge branch 'jc/grep' | Junio C Hamano | 2006-08-12 | |
|\ \ \ \ | |/ / / |/| | | | ||||
| * | | | git-grep: show pathnames relative to the current directory | Junio C Hamano | 2006-08-11 | |
* | | | | t/t4013: fix futzing with the version string. | Junio C Hamano | 2006-08-12 | |
|/ / / | ||||
* | | | git-apply: applying a patch to make a symlink shorter. | Junio C Hamano | 2006-08-09 | |
| |/ |/| | ||||
* | | Fix "grep -w" | Junio C Hamano | 2006-08-06 | |
* | | Add a couple of subdirectory tests. | Junio C Hamano | 2006-08-03 | |
* | | Remove cmd_usage() routine and re-organize the help/usage code. | Ramsay Allan Jones | 2006-08-02 | |
* | | New tests and en-passant modifications to mktag. | Ramsay Allan Jones | 2006-08-02 | |
* | | Fix annotate test script; notice when git-annotate fails. | Ramsay Allan Jones | 2006-08-02 | |
* | | Merge branch 'js/mv' | Junio C Hamano | 2006-07-30 | |
|\ \ | ||||
| * | | builtin git-mv: support moving directories | Johannes Schindelin | 2006-07-26 | |
* | | | Display an error from update-ref if target ref name is invalid. | Shawn Pearce | 2006-07-28 | |
* | | | t4103: fix binary patch application test. | Junio C Hamano | 2006-07-28 | |
* | | | Teach git-apply about '-R' | Johannes Schindelin | 2006-07-28 | |
|/ / | ||||
* | | t7001: add test for git-mv dir1 dir2/ | Johannes Schindelin | 2006-07-26 | |
* | | t4112: simplify the test and remove unneeded working tree file. | Junio C Hamano | 2006-07-26 | |
* | | Extend testing git-mv for renaming of subdirectories | Josef Weidendorfer | 2006-07-26 | |
* | | Merge branch 'ew/apply' | Junio C Hamano | 2006-07-25 | |
|\ \ | ||||
| * | | typechange tests for git apply (currently failing) | Eric Wong | 2006-07-16 | |
* | | | Trivial path optimization test | Alex Riesen | 2006-07-24 | |
|/ / | ||||
* | | Adjust t4013 tests to corrected format-patch. | Junio C Hamano | 2006-07-13 | |
* | | t4013 diff format tests update | Junio C Hamano | 2006-07-13 | |
* | | Merge branch 'ml/trace' | Junio C Hamano | 2006-07-12 | |
|\ \ | ||||
| * | | test-lib: unset GIT_TRACE | Junio C Hamano | 2006-07-12 | |
* | | | Merge branch 'js/merge-base' | Junio C Hamano | 2006-07-12 | |
|\ \ \ |