aboutsummaryrefslogtreecommitdiff
path: root/builtin
Commit message (Expand)AuthorAge
* Merge branch 'jk/merge-tree-added-identically'Junio C Hamano2013-05-06
|\
| * merge-tree: handle directory/empty conflict correctlyJohn Keeping2013-05-06
* | Merge branch 'tr/remote-tighten-commandline-parsing'Junio C Hamano2013-05-01
|\ \
| * | remote: check for superfluous arguments in 'git remote add'Thomas Rast2013-04-24
* | | Merge branch 'jk/check-corrupt-objects-carefully'Junio C Hamano2013-04-28
|\ \ \
| * | | clone: Make the 'junk_mode' symbol a file staticRamsay Jones2013-04-28
* | | | Merge branch 'jk/merge-tree-added-identically'Junio C Hamano2013-04-28
|\ \ \ \ | | |_|/ | |/| |
| * | | merge-tree: fix typo in "both changed identically"John Keeping2013-04-28
* | | | Merge branch 'rr/shortlog-doc'Junio C Hamano2013-04-26
|\ \ \ \
| * | | | builtin/shortlog.c: make usage string consistent with logRamkumar Ramachandra2013-04-22
| * | | | builtin/log.c: make usage string consistent with docRamkumar Ramachandra2013-04-22
* | | | | Merge branch 'jc/add-ignore-removal'Junio C Hamano2013-04-26
|\ \ \ \ \
| * | | | | git add: rephrase -A/--no-all warningJunio C Hamano2013-04-22
| * | | | | git add: --ignore-removal is a better named --no-allJunio C Hamano2013-04-22
* | | | | | Merge branch 'jc/warn-pathless-add-finishing-touches'Junio C Hamano2013-04-26
|\ \ \ \ \ \
| * | | | | | git add: avoid "-u/-A without pathspec" warning on stat-dirty pathsJunio C Hamano2013-04-26
* | | | | | | Merge branch 'jk/remote-helper-with-signed-tags'Junio C Hamano2013-04-24
|\ \ \ \ \ \ \
| * | | | | | | fast-export: add --signed-tags=warn-strip modeJohn Keeping2013-04-15
* | | | | | | | Sync with maintJunio C Hamano2013-04-24
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'jc/merge-tag-object' into maintJunio C Hamano2013-04-24
| |\ \ \ \ \ \ \ \
| * | | | | | | | | cherry-pick/revert: make usage say '<commit-ish>...'Kevin Bracey2013-04-24
| | |_|_|_|_|_|_|/ | |/| | | | | | |
| * | | | | | | | Merge branch 'jk/show-branch-strbuf' into maintJunio C Hamano2013-04-22
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'jc/apply-ws-fix-tab-in-indent' into maintJunio C Hamano2013-04-22
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'nd/pretty-formats'Junio C Hamano2013-04-23
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | pretty: save commit encoding from logmsg_reencode if the caller needs itNguyễn Thái Ngọc Duy2013-04-18
* | | | | | | | | | | Merge branch 'kb/status-ignored-optim-2'Junio C Hamano2013-04-23
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | dir.c: git-status --ignored: don't scan the work tree twiceKarsten Blees2013-04-15
| * | | | | | | | | | | dir.c: replace is_path_excluded with now equivalent is_excluded APIKarsten Blees2013-04-15
| | |_|_|_|_|/ / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'jk/receive-pack-deadlocks-with-early-failure'Junio C Hamano2013-04-23
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / |/| | | | | | | | | |
| * | | | | | | | | | receive-pack: close sideband fd on early pack errorsJeff King2013-04-19
* | | | | | | | | | | Merge branch 'as/clone-reference-with-gitfile'Junio C Hamano2013-04-22
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | clone: Allow repo using gitfile as a referenceAaron Schrab2013-04-09
| * | | | | | | | | | | clone: Fix error message for reference repositoryAaron Schrab2013-04-08
* | | | | | | | | | | | Merge branch 'jc/add-2.0-delete-default' (early part)Junio C Hamano2013-04-22
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | git add: rephrase the "removal will cease to be ignored" warningJunio C Hamano2013-04-21
| * | | | | | | | | | | | git add: rework the logic to warn "git add <pathspec>..." default changeJunio C Hamano2013-04-17
| * | | | | | | | | | | | git add: start preparing for "git add <pathspec>..." to default to "-A"Junio C Hamano2013-03-08
| * | | | | | | | | | | | builtin/add.c: simplify boolean variablesJunio C Hamano2013-03-08
* | | | | | | | | | | | | Merge branch 'nd/checkout-keep-sparse'Junio C Hamano2013-04-22
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | checkout: add --ignore-skip-worktree-bits in sparse checkout modeNguyễn Thái Ngọc Duy2013-04-15
| | |_|_|/ / / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'jk/chopped-ident'Junio C Hamano2013-04-22
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | blame: handle broken commit headers gracefullyRené Scharfe2013-04-17
| * | | | | | | | | | | | cat-file: print tags raw for "cat-file -p"Jeff King2013-04-17
| | |_|_|_|_|/ / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'jn/add-2.0-u-A-sans-pathspec' (early part)Junio C Hamano2013-04-19
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | add -A: only show pathless 'add -A' warning when changes exist outside cwdJonathan Nieder2013-04-03
| * | | | | | | | | | | | add -u: only show pathless 'add -u' warning when changes exist outside cwdJonathan Nieder2013-04-03
| * | | | | | | | | | | | add: make warn_pathless_add() a no-op after first callJonathan Nieder2013-04-03
| * | | | | | | | | | | | add: add a blank line at the end of pathless 'add [-u|-A]' warningMatthieu Moy2013-04-03
| * | | | | | | | | | | | add: make pathless 'add [-u|-A]' warning a file-global functionJonathan Nieder2013-03-20
* | | | | | | | | | | | | Merge branch 'ap/strbuf-humanize'Junio C Hamano2013-04-19
|\ \ \ \ \ \ \ \ \ \ \ \ \