Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'vv/help-unknown-ref' into maint | Junio C Hamano | 2013-07-03 | 1 | -1/+2 |
|\ | |||||
| * | merge: use help_unknown_ref() | Vikrant Varma | 2013-05-08 | 1 | -1/+2 |
* | | Merge branch 'nd/clone-connectivity-shortcut' (early part) into maint | Junio C Hamano | 2013-06-28 | 1 | -0/+4 |
|\ \ | |||||
| * | | clone: let the user know when check_everything_connected is run | Nguyễn Thái Ngọc Duy | 2013-05-11 | 1 | -0/+4 |
| |/ | |||||
* | | Merge branch 'rr/push-head' into maint | Junio C Hamano | 2013-06-27 | 1 | -7/+14 |
|\ \ | |||||
| * | | push: make push.default = current use resolved HEAD | Ramkumar Ramachandra | 2013-05-29 | 1 | -1/+1 |
| * | | push: fail early with detached HEAD and current | Ramkumar Ramachandra | 2013-05-29 | 1 | -0/+5 |
| * | | push: factor out the detached HEAD error message | Ramkumar Ramachandra | 2013-05-29 | 1 | -6/+8 |
| |/ | |||||
* | | Merge branch 'rs/commit-m-no-edit' into maint | Junio C Hamano | 2013-06-27 | 1 | -4/+6 |
|\ \ | |||||
| * | | commit: don't start editor if empty message is given with -m | René Scharfe | 2013-05-28 | 1 | -4/+6 |
| * | | Merge branch 'tr/remote-tighten-commandline-parsing' into maint | Junio C Hamano | 2013-05-03 | 1 | -1/+1 |
| |\ \ | |||||
| * \ \ | Merge branch 'jk/receive-pack-deadlocks-with-early-failure' into maint | Junio C Hamano | 2013-04-26 | 1 | -1/+4 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'jk/chopped-ident' into maint | Junio C Hamano | 2013-04-26 | 2 | -74/+8 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'rt/commentchar-fmt-merge-msg' into maint | Junio C Hamano | 2013-04-26 | 1 | -7/+11 |
| |\ \ \ \ \ | |||||
* | \ \ \ \ \ | Merge branch 'jh/checkout-auto-tracking' into maint | Junio C Hamano | 2013-06-27 | 1 | -20/+22 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | checkout: Use remote refspecs when DWIMming tracking branches | Johan Herland | 2013-04-21 | 1 | -20/+22 |
* | | | | | | | | Merge branch 'jn/config-ignore-inaccessible' into maint | Junio C Hamano | 2013-06-09 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | | | |||||
| * | | | | | | | config: allow inaccessible configuration under $HOME | Jonathan Nieder | 2013-04-15 | 1 | -2/+2 |
* | | | | | | | | Merge branch 'jk/merge-tree-added-identically' | Junio C Hamano | 2013-05-06 | 1 | -1/+5 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | merge-tree: handle directory/empty conflict correctly | John Keeping | 2013-05-06 | 1 | -1/+5 |
* | | | | | | | | | Merge branch 'tr/remote-tighten-commandline-parsing' | Junio C Hamano | 2013-05-01 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | | | |||||
| * | | | | | | | | remote: check for superfluous arguments in 'git remote add' | Thomas Rast | 2013-04-24 | 1 | -1/+1 |
* | | | | | | | | | Merge branch 'jk/check-corrupt-objects-carefully' | Junio C Hamano | 2013-04-28 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | clone: Make the 'junk_mode' symbol a file static | Ramsay Jones | 2013-04-28 | 1 | -1/+1 |
* | | | | | | | | | | Merge branch 'jk/merge-tree-added-identically' | Junio C Hamano | 2013-04-28 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | | | | | | | | |||||
| * | | | | | | | | | merge-tree: fix typo in "both changed identically" | John Keeping | 2013-04-28 | 1 | -1/+1 |
* | | | | | | | | | | Merge branch 'rr/shortlog-doc' | Junio C Hamano | 2013-04-26 | 2 | -4/+2 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | builtin/shortlog.c: make usage string consistent with log | Ramkumar Ramachandra | 2013-04-22 | 1 | -3/+1 |
| * | | | | | | | | | | builtin/log.c: make usage string consistent with doc | Ramkumar Ramachandra | 2013-04-22 | 1 | -1/+1 |
| | |_|_|/ / / / / / | |/| | | | | | | | | |||||
* | | | | | | | | | | Merge branch 'jc/add-ignore-removal' | Junio C Hamano | 2013-04-26 | 1 | -6/+17 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | git add: rephrase -A/--no-all warning | Junio C Hamano | 2013-04-22 | 1 | -6/+6 |
| * | | | | | | | | | | git add: --ignore-removal is a better named --no-all | Junio C Hamano | 2013-04-22 | 1 | -0/+11 |
* | | | | | | | | | | | Merge branch 'jc/warn-pathless-add-finishing-touches' | Junio C Hamano | 2013-04-26 | 1 | -0/+2 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | git add: avoid "-u/-A without pathspec" warning on stat-dirty paths | Junio C Hamano | 2013-04-26 | 1 | -0/+2 |
| | |_|_|_|_|/ / / / / | |/| | | | | | | | | | |||||
* | | | | | | | | | | | Merge branch 'jk/remote-helper-with-signed-tags' | Junio C Hamano | 2013-04-24 | 1 | -1/+7 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | fast-export: add --signed-tags=warn-strip mode | John Keeping | 2013-04-15 | 1 | -1/+7 |
* | | | | | | | | | | | | Sync with maint | Junio C Hamano | 2013-04-24 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | |||||
| * | | | | | | | | | | | Merge branch 'jc/merge-tag-object' into maint | Junio C Hamano | 2013-04-24 | 1 | -0/+13 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | cherry-pick/revert: make usage say '<commit-ish>...' | Kevin Bracey | 2013-04-24 | 1 | -2/+2 |
| | |_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | |||||
| * | | | | | | | | | | | Merge branch 'jk/show-branch-strbuf' into maint | Junio C Hamano | 2013-04-22 | 1 | -9/+8 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'jc/apply-ws-fix-tab-in-indent' into maint | Junio C Hamano | 2013-04-22 | 1 | -6/+10 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | |||||
* | | | | | | | | | | | | | Merge branch 'nd/pretty-formats' | Junio C Hamano | 2013-04-23 | 2 | -2/+2 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | pretty: save commit encoding from logmsg_reencode if the caller needs it | Nguyễn Thái Ngọc Duy | 2013-04-18 | 2 | -2/+2 |
* | | | | | | | | | | | | | | Merge branch 'kb/status-ignored-optim-2' | Junio C Hamano | 2013-04-23 | 3 | -21/+6 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | dir.c: git-status --ignored: don't scan the work tree twice | Karsten Blees | 2013-04-15 | 1 | -1/+0 |
| * | | | | | | | | | | | | | | dir.c: replace is_path_excluded with now equivalent is_excluded API | Karsten Blees | 2013-04-15 | 3 | -20/+6 |
| | |_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | Merge branch 'jk/receive-pack-deadlocks-with-early-failure' | Junio C Hamano | 2013-04-23 | 1 | -1/+4 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | | / | | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | |||||
| * | | | | | | | | | | | | receive-pack: close sideband fd on early pack errors | Jeff King | 2013-04-19 | 1 | -1/+4 |
* | | | | | | | | | | | | | Merge branch 'as/clone-reference-with-gitfile' | Junio C Hamano | 2013-04-22 | 1 | -3/+13 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | clone: Allow repo using gitfile as a reference | Aaron Schrab | 2013-04-09 | 1 | -2/+12 |