Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | git-merge: add --ff and --no-ff options | Lars Hjemli | 2007-09-23 | 3 | -6/+45 | |
| * | | | | | git-merge: add support for --commit and --no-squash | Lars Hjemli | 2007-09-23 | 3 | -2/+36 | |
| * | | | | | git-merge: add support for branch.<name>.mergeoptions | Lars Hjemli | 2007-09-23 | 4 | -0/+85 | |
| * | | | | | git-merge: refactor option parsing | Lars Hjemli | 2007-09-23 | 1 | -6/+14 | |
| * | | | | | git-merge: fix faulty SQUASH_MSG | Lars Hjemli | 2007-09-23 | 1 | -1/+1 | |
| * | | | | | Add test-script for git-merge porcelain | Lars Hjemli | 2007-09-23 | 1 | -0/+344 | |
* | | | | | | Merge branch 'js/rebase-i' | Junio C Hamano | 2007-10-03 | 2 | -8/+23 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | rebase -i: work on a detached HEAD | Johannes Schindelin | 2007-09-26 | 2 | -8/+23 | |
| * | | | | | | Merge branch 'jc/autogc' into js/rebase-i | Junio C Hamano | 2007-09-26 | 11 | -14/+276 | |
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | ||||||
* | | | | | | | Merge branch 'jc/autogc' | Junio C Hamano | 2007-10-03 | 11 | -14/+276 | |
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | ||||||
| * | | | | | | git-gc --auto: run "repack -A -d -l" as necessary. | Junio C Hamano | 2007-09-17 | 3 | -7/+66 | |
| * | | | | | | git-gc --auto: restructure the way "repack" command line is built. | Junio C Hamano | 2007-09-17 | 1 | -5/+10 | |
| * | | | | | | git-gc --auto: protect ourselves from accumulated cruft | Junio C Hamano | 2007-09-17 | 1 | -8/+17 | |
| * | | | | | | git-gc --auto: add documentation. | Junio C Hamano | 2007-09-17 | 2 | -1/+17 | |
| * | | | | | | git-gc --auto: move threshold check to need_to_gc() function. | Junio C Hamano | 2007-09-17 | 1 | -2/+7 | |
| * | | | | | | repack -A -d: use --keep-unreachable when repacking | Junio C Hamano | 2007-09-17 | 1 | -3/+11 | |
| * | | | | | | pack-objects --keep-unreachable | Junio C Hamano | 2007-09-17 | 1 | -2/+93 | |
| * | | | | | | Export matches_pack_name() and fix its return value | Junio C Hamano | 2007-09-17 | 2 | -7/+8 | |
| * | | | | | | Invoke "git gc --auto" from commit, merge, am and rebase. | Junio C Hamano | 2007-09-06 | 4 | -0/+6 | |
| * | | | | | | Implement git gc --auto | Junio C Hamano | 2007-09-06 | 1 | -1/+63 | |
| | |_|/ / / | |/| | | | | ||||||
* | | | | | | Merge branch 'je/hooks' | Junio C Hamano | 2007-10-03 | 3 | -0/+100 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | post-checkout hook, tests, and docs | Josh England | 2007-09-29 | 3 | -0/+100 | |
* | | | | | | | Merge branch 'ap/dateformat' | Junio C Hamano | 2007-10-03 | 6 | -24/+209 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Add a test script for for-each-ref, including test of date formatting | Andy Parkins | 2007-10-03 | 1 | -0/+151 | |
| * | | | | | | | dateformat: parse %(xxdate) %(yydate:format) correctly | Junio C Hamano | 2007-10-02 | 1 | -1/+1 | |
| * | | | | | | | Make for-each-ref's grab_date() support per-atom formatting | Andy Parkins | 2007-09-29 | 2 | -7/+26 | |
| * | | | | | | | Make for-each-ref allow atom names like "<name>:<something>" | Andy Parkins | 2007-09-29 | 1 | -1/+10 | |
| * | | | | | | | parse_date_format(): convert a format name to an enum date_mode | Andy Parkins | 2007-09-29 | 3 | -16/+22 | |
| |/ / / / / / | ||||||
* | | | | | | | Sync with GIT 1.5.3.4 | Junio C Hamano | 2007-10-03 | 15 | -29/+149 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | GIT 1.5.3.4v1.5.3.4 | Junio C Hamano | 2007-10-03 | 2 | -11/+18 | |
| * | | | | | | | Add test case for ls-files --with-tree | Carl Worth | 2007-10-03 | 1 | -0/+71 | |
| * | | | | | | | Must not modify the_index.cache as it may be passed to realloc at some point. | Keith Packard | 2007-10-02 | 1 | -1/+2 | |
| * | | | | | | | the ar tool is called gar on some systems | Robert Schiele | 2007-10-02 | 1 | -1/+1 | |
| * | | | | | | | rename diff_free_filespec_data_large() to diff_free_filespec_blob() | Junio C Hamano | 2007-10-02 | 3 | -5/+5 | |
| * | | | | | | | diffcore-rename: cache file deltas | Jeff King | 2007-10-02 | 3 | -4/+11 | |
| * | | | | | | | Mention 'cpio' dependency in INSTALL | Johan Herland | 2007-10-02 | 1 | -0/+3 | |
| * | | | | | | | Make git-pull complain and give advice when there is nothing to merge with | Federico Mena Quintero | 2007-10-02 | 1 | -4/+18 | |
| * | | | | | | | Note that git-branch will not automatically checkout the new branch | Federico Mena Quintero | 2007-10-02 | 1 | -0/+4 | |
| * | | | | | | | Add documentation for --track and --no-track to the git-branch docs. | Federico Mena Quintero | 2007-10-02 | 1 | -0/+15 | |
| * | | | | | | | Say when --track is useful in the git-checkout docs. | Federico Mena Quintero | 2007-10-02 | 1 | -1/+3 | |
| * | | | | | | | Fix typo in config.txt | Johannes Schindelin | 2007-10-02 | 1 | -1/+1 | |
| * | | | | | | | for-each-ref: fix %(numparent) and %(parent) | Junio C Hamano | 2007-10-02 | 1 | -4/+6 | |
| * | | | | | | | git-commit: initialize TMP_INDEX just to be sure. | Junio C Hamano | 2007-10-02 | 1 | -0/+1 | |
| * | | | | | | | fixed link in documentation of diff-options | Steffen Prohaska | 2007-10-01 | 1 | -2/+2 | |
* | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2007-10-01 | 4 | -8/+34 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | ||||||
| * | | | | | | | Whip post 1.5.3.3 maintenance series into shape. | Junio C Hamano | 2007-10-01 | 4 | -8/+30 | |
| * | | | | | | | git stash: document apply's --index switch | Miklos Vajna | 2007-10-01 | 1 | -1/+6 | |
| * | | | | | | | post-receive-hook: Remove the From field from the generated email header so t... | Andy Parkins | 2007-10-01 | 1 | -1/+0 | |
* | | | | | | | | Update stale documentation link in the k.org site | Junio C Hamano | 2007-09-30 | 1 | -0/+1 | |
* | | | | | | | | git.el: Reset the permission flags when changing a file state. | Alexandre Julliard | 2007-09-29 | 1 | -17/+11 |