Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | Merge branch 'pt/pull-builtin' | Junio C Hamano | 2015-08-03 | 1 | -0/+882 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | pull: remove redirection to git-pull.sh | Paul Tan | 2015-06-18 | 1 | -7/+0 | |
| * | | | | | | | | | pull --rebase: error on no merge candidate cases | Paul Tan | 2015-06-18 | 1 | -3/+12 | |
| * | | | | | | | | | pull --rebase: exit early when the working directory is dirty | Paul Tan | 2015-06-18 | 1 | -1/+76 | |
| * | | | | | | | | | pull: configure --rebase via branch.<name>.rebase or pull.rebase | Paul Tan | 2015-06-18 | 1 | -1/+34 | |
| * | | | | | | | | | pull: teach git pull about --rebase | Paul Tan | 2015-06-18 | 1 | -2/+245 | |
| * | | | | | | | | | pull: set reflog message | Paul Tan | 2015-06-18 | 1 | -0/+22 | |
| * | | | | | | | | | pull: implement pulling into an unborn branch | Paul Tan | 2015-06-18 | 1 | -1/+28 | |
| * | | | | | | | | | pull: fast-forward working tree if head is updated | Paul Tan | 2015-06-18 | 1 | -0/+30 | |
| * | | | | | | | | | pull: check if in unresolved merge state | Paul Tan | 2015-06-18 | 1 | -0/+9 | |
| * | | | | | | | | | pull: support pull.ff config | Paul Tan | 2015-06-18 | 1 | -0/+29 | |
| * | | | | | | | | | pull: error on no merge candidates | Paul Tan | 2015-06-18 | 1 | -0/+113 | |
| * | | | | | | | | | pull: pass git-fetch's options to git-fetch | Paul Tan | 2015-06-18 | 1 | -0/+95 | |
| * | | | | | | | | | pull: pass git-merge's options to git-merge | Paul Tan | 2015-06-15 | 1 | -0/+75 | |
| * | | | | | | | | | pull: pass verbosity, --progress flags to fetch and merge | Paul Tan | 2015-06-15 | 1 | -0/+36 | |
| * | | | | | | | | | pull: implement fetch + merge | Paul Tan | 2015-06-15 | 1 | -1/+61 | |
| * | | | | | | | | | pull: implement skeletal builtin pull | Paul Tan | 2015-06-15 | 1 | -0/+33 | |
* | | | | | | | | | | Merge branch 'ee/clean-remove-dirs' | Junio C Hamano | 2015-08-03 | 1 | -4/+26 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | clean: improve performance when removing lots of directories | Erik Elfström | 2015-06-15 | 1 | -4/+26 | |
| |/ / / / / / / / / | ||||||
* | | | | | | | | | | Merge branch 'cb/parse-magnitude' | Junio C Hamano | 2015-08-03 | 1 | -21/+4 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | parse-options: move unsigned long option parsing out of pack-objects.ccb/parse-magnitude | Charles Bailey | 2015-06-22 | 1 | -21/+4 | |
| | |_|/ / / / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge branch 'bc/gpg-verify-raw' | Junio C Hamano | 2015-08-03 | 2 | -20/+35 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | verify-tag: add option to print raw gpg status informationbc/gpg-verify-raw | brian m. carlson | 2015-06-22 | 1 | -6/+11 | |
| * | | | | | | | | | | verify-commit: add option to print raw gpg status information | brian m. carlson | 2015-06-22 | 1 | -5/+10 | |
| * | | | | | | | | | | gpg: centralize printing signature buffers | brian m. carlson | 2015-06-22 | 2 | -10/+6 | |
| * | | | | | | | | | | gpg: centralize signature check | brian m. carlson | 2015-06-22 | 2 | -4/+6 | |
| * | | | | | | | | | | verify-tag: share code with verify-commit | brian m. carlson | 2015-06-22 | 1 | -1/+8 | |
* | | | | | | | | | | | Merge branch 'kn/for-each-ref' | Junio C Hamano | 2015-08-03 | 1 | -1094/+19 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | for-each-ref: introduce filter_refs() | Karthik Nayak | 2015-08-03 | 1 | -10/+11 | |
| * | | | | | | | | | | | ref-filter: move code from 'for-each-ref' | Karthik Nayak | 2015-08-03 | 1 | -1074/+0 | |
| * | | | | | | | | | | | ref-filter: add 'ref-filter.h' | Karthik Nayak | 2015-06-15 | 1 | -40/+1 | |
| * | | | | | | | | | | | for-each-ref: rename variables called sort to sorting | Karthik Nayak | 2015-06-15 | 1 | -14/+14 | |
| * | | | | | | | | | | | for-each-ref: rename some functions and make them public | Karthik Nayak | 2015-06-15 | 1 | -32/+32 | |
| * | | | | | | | | | | | for-each-ref: introduce 'ref_array_clear()' | Karthik Nayak | 2015-06-15 | 1 | -0/+21 | |
| * | | | | | | | | | | | for-each-ref: introduce new structures for better organisation | Karthik Nayak | 2015-06-15 | 1 | -24/+30 | |
| * | | | | | | | | | | | for-each-ref: rename 'refinfo' to 'ref_array_item' | Karthik Nayak | 2015-06-15 | 1 | -20/+20 | |
| * | | | | | | | | | | | for-each-ref: clean up code | Karthik Nayak | 2015-06-15 | 1 | -5/+2 | |
| * | | | | | | | | | | | for-each-ref: extract helper functions out of grab_single_ref() | Karthik Nayak | 2015-06-15 | 1 | -23/+41 | |
| | |_|_|/ / / / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge branch 'mh/replace-refs' | Junio C Hamano | 2015-08-03 | 1 | -3/+3 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Allow to control where the replace refs are looked formh/replace-refs | Mike Hommey | 2015-06-12 | 1 | -3/+3 | |
| | |_|_|_|/ / / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge branch 'es/worktree-add' | Junio C Hamano | 2015-07-13 | 2 | -153/+199 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Revert "checkout: retire --ignore-other-worktrees in favor of --force" | Junio C Hamano | 2015-07-12 | 2 | -4/+6 | |
| * | | | | | | | | | | | checkout: retire --ignore-other-worktrees in favor of --force | Eric Sunshine | 2015-07-07 | 2 | -6/+4 | |
| * | | | | | | | | | | | worktree: add: auto-vivify new branch when <branch> is omitted | Eric Sunshine | 2015-07-07 | 1 | -2/+6 | |
| * | | | | | | | | | | | worktree: add: make -b/-B default to HEAD when <branch> is omitted | Eric Sunshine | 2015-07-06 | 1 | -2/+4 | |
| * | | | | | | | | | | | worktree: extract basename computation to new function | Eric Sunshine | 2015-07-06 | 1 | -9/+20 | |
| * | | | | | | | | | | | checkout: require worktree unconditionally | Eric Sunshine | 2015-07-06 | 1 | -2/+0 | |
| * | | | | | | | | | | | checkout: retire --to option | Eric Sunshine | 2015-07-06 | 2 | -166/+139 | |
| * | | | | | | | | | | | worktree: add -b/-B options | Eric Sunshine | 2015-07-06 | 1 | -0/+11 | |
| * | | | | | | | | | | | worktree: add --detach option | Eric Sunshine | 2015-07-06 | 1 | -1/+4 |