| Commit message (Expand) | Author | Age | Files | Lines |
* | git-commit-tree: make it usable from other builtins | Miklos Vajna | 2008-07-06 | 2 | -30/+45 |
* | Add new test case to ensure git-merge prepends the custom merge message | Miklos Vajna | 2008-07-06 | 1 | -0/+37 |
* | Add new test case to ensure git-merge reduces octopus parents when possible | Miklos Vajna | 2008-06-30 | 1 | -0/+63 |
* | Introduce reduce_heads() | Junio C Hamano | 2008-06-30 | 2 | -0/+47 |
* | Introduce get_merge_bases_many() | Junio C Hamano | 2008-06-30 | 1 | -18/+38 |
* | Add new test to ensure git-merge handles more than 25 refs. | Miklos Vajna | 2008-06-30 | 1 | -0/+52 |
* | Introduce get_octopus_merge_bases() in commit.c | Miklos Vajna | 2008-06-30 | 2 | -0/+28 |
* | git-fmt-merge-msg: make it usable from other builtins | Miklos Vajna | 2008-06-30 | 2 | -66/+92 |
* | Move read_cache_unmerged() to read-cache.c | Miklos Vajna | 2008-06-30 | 3 | -24/+33 |
* | Add new test to ensure git-merge handles pull.twohead and pull.octopus | Miklos Vajna | 2008-06-30 | 1 | -0/+129 |
* | Move parse-options's skip_prefix() to git-compat-util.h | Miklos Vajna | 2008-06-30 | 3 | -19/+32 |
* | Move commit_list_count() to commit.c | Miklos Vajna | 2008-06-30 | 3 | -8/+9 |
* | Move split_cmdline() to alias.c | Miklos Vajna | 2008-06-30 | 3 | -53/+55 |
* | Merge branch 'maint' | Junio C Hamano | 2008-06-30 | 1 | -1/+4 |
|\ |
|
| * | doc/rev-parse: clarify reflog vs --until for specifying revisions | Jeff King | 2008-06-29 | 1 | -1/+4 |
* | | Add test results directory to t/.gitignore | Brian Gernhardt | 2008-06-30 | 1 | -0/+1 |
* | | Update draft release notes for 1.6.0 | Junio C Hamano | 2008-06-29 | 1 | -16/+24 |
* | | Documentation: don't assume git-sh-setup and git-parse-remote are in PATH | jrnieder@uchicago.edu | 2008-06-29 | 2 | -2/+2 |
* | | t9700: skip when Test::More is not available | Junio C Hamano | 2008-06-29 | 1 | -0/+5 |
* | | Merge branch 'maint' | Junio C Hamano | 2008-06-28 | 4 | -15/+10 |
|\ \
| |/ |
|
| * | git-svn: don't sanitize remote names in config | Eric Wong | 2008-06-28 | 1 | -12/+3 |
| * | git-svn: avoid filling up the disk with temp files. | Avery Pennarun | 2008-06-28 | 1 | -1/+4 |
| * | git cat-file: Fix memory leak in batch mode | Björn Steinbrink | 2008-06-28 | 1 | -0/+1 |
| * | fix git config example syntax | Joey Hess | 2008-06-28 | 1 | -1/+1 |
| * | avoid off-by-one error in run_upload_archive | Jochen Voss | 2008-06-28 | 1 | -1/+1 |
* | | show_stats(): fix stats width calculation | Olivier Marin | 2008-06-28 | 1 | -6/+6 |
* | | Documentation: remove {show,whatchanged}.difftree config options | Olivier Marin | 2008-06-28 | 2 | -10/+0 |
* | | GIT-VERSION-GEN: do not fail if a 'HEAD' file exists in the working copy | Lea Wiemann | 2008-06-28 | 1 | -1/+1 |
* | | commit-tree: lift completely arbitrary limit of 16 parents | Johannes Schindelin | 2008-06-27 | 1 | -23/+20 |
* | | shrink git-shell by avoiding redundant dependencies | Dmitry Potapov | 2008-06-27 | 6 | -68/+79 |
* | | help: check early if we have a command, if not try a documentation topic | Christian Couder | 2008-06-27 | 1 | -8/+14 |
* | | Document the double-dash "rev -- path" disambiguator | Junio C Hamano | 2008-06-27 | 1 | -4/+33 |
* | | Don't use dash commands (git-foo) in tutorial-2 | Ted Percival | 2008-06-26 | 1 | -5/+5 |
* | | test-lib.sh: show git init output when in verbose mode | Lea Wiemann | 2008-06-26 | 1 | -1/+1 |
* | | Merge branch 'maint' | Junio C Hamano | 2008-06-26 | 5 | -7/+80 |
|\ \
| |/ |
|
| * | Merge branch 'maint-1.5.5' into maint | Junio C Hamano | 2008-06-26 | 3 | -4/+67 |
| |\ |
|
| | * | GIT 1.5.5.5v1.5.5.5 | Junio C Hamano | 2008-06-26 | 3 | -2/+13 |
| | * | Merge branch 'maint-1.5.4' into maint-1.5.5 | Junio C Hamano | 2008-06-26 | 2 | -4/+56 |
| | |\ |
|
| | | * | GIT 1.5.4.6v1.5.4.6 | Junio C Hamano | 2008-06-26 | 3 | -2/+45 |
| | | * | git-shell: accept "git foo" form | Junio C Hamano | 2008-06-26 | 1 | -4/+13 |
| * | | | diff --check: do not discard error status upon seeing a good line | Junio C Hamano | 2008-06-26 | 2 | -3/+13 |
* | | | | improve for-each-ref test script | Jeff King | 2008-06-26 | 1 | -17/+70 |
* | | | | Add 'git-p4.allowSubmit' to git-p4 | Jing Xue | 2008-06-26 | 1 | -0/+4 |
* | | | | Start draft release notes for 1.6.0 | Junio C Hamano | 2008-06-26 | 2 | -1/+106 |
* | | | | update-hook-example: optionally allow non-fast-forward | Dmitry Potapov | 2008-06-25 | 1 | -33/+53 |
* | | | | Merge branch 'maint' | Junio C Hamano | 2008-06-25 | 6 | -11/+53 |
|\ \ \ \
| |/ / / |
|
| * | | | GIT 1.5.6.1v1.5.6.1 | Junio C Hamano | 2008-06-25 | 3 | -6/+35 |
| * | | | fix update-hook-example to work with packed tag references | Dmitry Potapov | 2008-06-25 | 1 | -1/+1 |
| * | | | clone: create intermediate directories of destination repo | Jeff King | 2008-06-25 | 5 | -11/+39 |
| * | | | Merge branch 'jc/maint-combine-diff-pre-context' into maint | Junio C Hamano | 2008-06-25 | 1 | -2/+5 |
| |\ \ \ |
|