Age | Commit message (Expand) | Author | Files | Lines |
2013-07-12 | cat-file: add %(objectsize:disk) format atom | Jeff King | 1 | -0/+6 |
2013-07-12 | cat-file: add --batch-check=<format> | Jeff King | 1 | -15/+92 |
2013-07-11 | Merge branch 'jg/status-config' | Junio C Hamano | 1 | -19/+64 |
2013-07-11 | Merge branch 'rr/rebase-checkout-reflog' | Junio C Hamano | 1 | -3/+8 |
2013-07-11 | Merge branch 'jc/triangle-push-fixup' | Junio C Hamano | 1 | -12/+31 |
2013-07-11 | cat-file: refactor --batch option parsing | Jeff King | 1 | -18/+38 |
2013-07-11 | cat-file: teach --batch to stream blob objects | Jeff King | 1 | -13/+28 |
2013-07-09 | use "sentinel" function attribute for variadic lists | Jeff King | 1 | -0/+2 |
2013-07-09 | Convert "struct cache_entry *" to "const ..." wherever possible | Nguyễn Thái Ngọc Duy | 10 | -32/+33 |
2013-07-09 | describe: use argv-array | Junio C Hamano | 1 | -15/+15 |
2013-07-09 | name-rev: allow converting the exact object name at the tip of a ref | Junio C Hamano | 1 | -1/+58 |
2013-07-08 | clone: drop connectivity check for local clones | Jeff King | 1 | -4/+7 |
2013-07-07 | name-ref: factor out name shortening logic from name_ref() | Junio C Hamano | 1 | -7/+12 |
2013-07-07 | push: avoid suggesting "merging" remote changes | John Keeping | 1 | -6/+6 |
2013-07-03 | Merge branch 'vv/help-unknown-ref' into maint | Junio C Hamano | 1 | -1/+2 |
2013-07-03 | Change "remote tracking" to "remote-tracking" | Michael Schubert | 2 | -3/+3 |
2013-07-03 | teach format-patch to place other authors into in-body "From" | Jeff King | 1 | -0/+24 |
2013-07-02 | merge: handle --ff/--no-ff/--ff-only as a tri-state option | Miklos Vajna | 1 | -22/+33 |
2013-07-01 | Merge branch 'jc/topo-author-date-sort' | Junio C Hamano | 2 | -7/+9 |
2013-06-30 | Merge branch 'mh/ref-races' | Junio C Hamano | 2 | -6/+11 |
2013-06-30 | Merge branch 'nk/name-rev-abbreviated-refs' | Junio C Hamano | 1 | -7/+29 |
2013-06-30 | Merge branch 'jk/submodule-subdirectory-ok' | Junio C Hamano | 1 | -5/+19 |
2013-06-28 | Merge branch 'nd/clone-connectivity-shortcut' (early part) into maint | Junio C Hamano | 1 | -0/+4 |
2013-06-27 | Merge branch 'rr/push-head' into maint | Junio C Hamano | 1 | -7/+14 |
2013-06-27 | Merge branch 'rs/commit-m-no-edit' into maint | Junio C Hamano | 1 | -4/+6 |
2013-06-27 | Merge branch 'jh/checkout-auto-tracking' into maint | Junio C Hamano | 1 | -20/+22 |
2013-06-27 | Merge branch 'bc/checkout-tracking-name-plug-leak' | Junio C Hamano | 1 | -2/+5 |
2013-06-26 | Merge branch 'tr/maint-apply-non-git-patch-parsefix' | Junio C Hamano | 1 | -1/+1 |
2013-06-26 | Merge branch 'ph/builtin-srcs-are-in-subdir-these-days' | Junio C Hamano | 3 | -4/+2 |
2013-06-26 | pretty: --format output should honor logOutputEncoding | Alexey Shumkin | 3 | -1/+6 |
2013-06-26 | git-clean: add ask each interactive action | Jiang Xin | 1 | -0/+36 |
2013-06-26 | git-clean: add select by numbers interactive action | Jiang Xin | 1 | -0/+39 |
2013-06-26 | git-clean: add filter by pattern interactive action | Jiang Xin | 1 | -0/+68 |
2013-06-26 | git-clean: use a git-add-interactive compatible UI | Jiang Xin | 1 | -29/+427 |
2013-06-26 | git-clean: add colors to interactive git-clean | Jiang Xin | 1 | -1/+72 |
2013-06-26 | git-clean: show items of del_list in columns | Jiang Xin | 1 | -9/+40 |
2013-06-26 | git-clean: add support for -i/--interactive | Jiang Xin | 1 | -5/+52 |
2013-06-26 | git-clean: refactor git-clean into two phases | Jiang Xin | 1 | -19/+45 |
2013-06-26 | write_name{_quoted_relative,}(): remove redundant parameters | Jiang Xin | 1 | -9/+8 |
2013-06-26 | quote_path_relative(): remove redundant parameter | Jiang Xin | 3 | -13/+12 |
2013-06-26 | quote.c: substitute path_relative with relative_path | Jiang Xin | 1 | -2/+7 |
2013-06-24 | Merge branch 'mm/rm-coalesce-errors' | Junio C Hamano | 1 | -19/+82 |
2013-06-24 | Merge branch 'jh/libify-note-handling' | Junio C Hamano | 2 | -133/+6 |
2013-06-24 | status/commit: make sure --porcelain is not affected by user-facing config | Junio C Hamano | 1 | -22/+55 |
2013-06-24 | commit: make it work with status.short | Ramkumar Ramachandra | 1 | -0/+1 |
2013-06-24 | status: introduce status.branch to enable --branch by default | Jorge Juan Garcia Garcia | 1 | -0/+4 |
2013-06-24 | status: introduce status.short to enable --short by default | Jorge Juan Garcia Garcia | 1 | -0/+7 |
2013-06-24 | push: change `simple` to accommodate triangular workflows | Ramkumar Ramachandra | 1 | -12/+31 |
2013-06-24 | Revert "Merge branch 'jg/status-config'" | Junio C Hamano | 1 | -11/+0 |
2013-06-23 | Merge branch 'jg/status-config' | Junio C Hamano | 1 | -0/+11 |