Age | Commit message (Expand) | Author | Files | Lines |
2012-07-13 | Merge branch 'jn/vcs-svn' | Junio C Hamano | 9 | -43/+31 |
2012-07-13 | Merge branch 'mm/mediawiki-file-attachments' | Junio C Hamano | 1 | -64/+386 |
2012-07-13 | Merge branch 'tr/maint-show-walk' | Junio C Hamano | 2 | -0/+94 |
2012-07-13 | Merge branch 'mz/rebase-no-mbox' | Junio C Hamano | 7 | -36/+66 |
2012-07-13 | revision: avoid work after --max-count is reached | Jeff King | 1 | -20/+19 |
2012-07-13 | t1512: match the "other" object names | Junio C Hamano | 1 | -3/+3 |
2012-07-12 | git p4: add support for 'p4 move' in P4Submit | Gary Gibbons | 2 | -16/+34 |
2012-07-12 | t7003: add test to filter a branch with a commit at epoch | Junio C Hamano | 2 | -3/+13 |
2012-07-12 | date.c: Fix off by one error in object-header date parsing | Junio C Hamano | 1 | -1/+1 |
2012-07-12 | submodules: don't stumble over symbolic links when cloning recursively | Jens Lehmann | 2 | -2/+17 |
2012-07-11 | t1512: ignore whitespaces in wc -l output | Junio C Hamano | 1 | -1/+1 |
2012-07-11 | t4012: Unquote git command fragment in test title | Alexander Strasser | 1 | -1/+1 |
2012-07-11 | t4012: modernize style for quoting | Alexander Strasser | 1 | -15/+20 |
2012-07-11 | Reduce draft release notes to 1.7.12 | Junio C Hamano | 1 | -61/+0 |
2012-07-11 | Sync with 1.7.11.2 | Junio C Hamano | 2 | -1/+55 |
2012-07-11 | Git 1.7.11.2 | Junio C Hamano | 4 | -3/+57 |
2012-07-11 | Merge branch 'jc/maint-blame-unique-abbrev' into maint | Junio C Hamano | 1 | -4/+21 |
2012-07-11 | Merge branch 'rj/platform-pread-may-be-thread-unsafe' into maint | Junio C Hamano | 2 | -2/+10 |
2012-07-11 | Merge branch 'th/diff-no-index-fixes' into maint | Junio C Hamano | 5 | -24/+112 |
2012-07-11 | Merge branch 'nd/clone-single-fix' into maint | Junio C Hamano | 2 | -3/+11 |
2012-07-11 | Merge branch 'jc/rev-list-simplify-merges-first-parent' into maint | Junio C Hamano | 1 | -12/+29 |
2012-07-11 | Merge branch 'hv/submodule-update-nuke-submodules' into maint | Junio C Hamano | 1 | -6/+0 |
2012-07-11 | Merge branch 'jk/diff-no-index-pager' into maint | Junio C Hamano | 3 | -15/+22 |
2012-07-11 | Merge branch 'mm/verify-filename-fix' into maint | Junio C Hamano | 8 | -10/+44 |
2012-07-11 | Merge branch 'cn/cherry-pick-range-docs' into maint | Junio C Hamano | 2 | -1/+13 |
2012-07-11 | Merge branch 'jc/ustar-checksum-is-unsigned' into maint | Junio C Hamano | 1 | -3/+3 |
2012-07-11 | Merge branch 'jc/bundle-complete-notice' into maint | Junio C Hamano | 1 | -6/+10 |
2012-07-11 | Merge branch 'jc/ls-files-i-dir' into maint | Junio C Hamano | 6 | -10/+109 |
2012-07-11 | Merge branch 'jc/request-pull-match-tagname' into maint | Junio C Hamano | 1 | -7/+22 |
2012-07-11 | Strip namelen out of ce_flags into a ce_namelen field | Thomas Gummerer | 8 | -51/+63 |
2012-07-11 | Merge branch 'tg/maint-cache-name-compare' into tg/ce-namelen-field | Junio C Hamano | 2 | -4/+48 |
2012-07-11 | cache_name_compare(): do not truncate while comparing paths | Junio C Hamano | 2 | -4/+48 |
2012-07-10 | index-pack: loop while inflating objects in unpack_data | Jeff King | 1 | -10/+13 |
2012-07-10 | commit: fix "--amend --only" with no pathspec | Jeff King | 2 | -1/+14 |
2012-07-09 | apply: tests for the --3way option | Junio C Hamano | 1 | -0/+54 |
2012-07-09 | add: create ADD_EDIT.patch with mode 0666 | Jeff King | 1 | -1/+1 |
2012-07-09 | filter-branch: do not forget the '@' prefix to force git-timestamp | Junio C Hamano | 1 | -1/+1 |
2012-07-09 | rev-parse --disambiguate=<prefix> | Junio C Hamano | 5 | -9/+78 |
2012-07-09 | rev-parse: A and B in "rev-parse A..B" refer to committish | Junio C Hamano | 2 | -3/+3 |
2012-07-09 | reset: the command takes committish | Junio C Hamano | 2 | -3/+9 |
2012-07-09 | commit-tree: the command wants a tree and commits | Junio C Hamano | 2 | -6/+6 |
2012-07-09 | apply: --build-fake-ancestor expects blobs | Junio C Hamano | 2 | -2/+2 |
2012-07-09 | sha1_name.c: add support for disambiguating other types | Junio C Hamano | 3 | -5/+76 |
2012-07-09 | revision.c: the "log" family, except for "show", takes committish | Junio C Hamano | 4 | -3/+15 |
2012-07-09 | revision.c: allow handle_revision_arg() to take other flags | Junio C Hamano | 3 | -8/+10 |
2012-07-09 | sha1_name.c: introduce get_sha1_committish() | Junio C Hamano | 5 | -7/+25 |
2012-07-09 | sha1_name.c: teach lookup context to get_sha1_with_context() | Junio C Hamano | 4 | -13/+18 |
2012-07-09 | sha1_name.c: many short names can only be committish | Junio C Hamano | 3 | -5/+30 |
2012-07-09 | sha1_name.c: get_sha1_1() takes lookup flags | Junio C Hamano | 1 | -8/+8 |
2012-07-09 | sha1_name.c: get_describe_name() by definition groks only commits | Junio C Hamano | 2 | -1/+257 |