Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'sb/sha1-loose-object-info-check-existence' | Junio C Hamano | 2013-12-05 | 2 | -6/+15 |
|\ | |||||
| * | sha1_loose_object_info(): do not return success on missing objectsb/sha1-loose-object-info-check-existence | Junio C Hamano | 2013-11-06 | 2 | -6/+15 |
* | | Merge branch 'jk/two-way-merge-corner-case-fix' | Junio C Hamano | 2013-12-05 | 3 | -97/+121 |
|\ \ | |||||
| * | | t1005: add test for "read-tree --reset -u A B"jk/two-way-merge-corner-case-fix | Junio C Hamano | 2013-11-04 | 1 | -0/+15 |
| * | | t1005: reindent | Junio C Hamano | 2013-11-04 | 2 | -89/+89 |
| * | | unpack-trees: fix "read-tree -u --reset A B" with conflicted index | Jeff King | 2013-11-04 | 1 | -8/+17 |
* | | | Merge branch 'jc/ref-excludes' | Junio C Hamano | 2013-12-05 | 6 | -2/+155 |
|\ \ \ | |||||
| * | | | rev-parse: introduce --exclude=<glob> to tame wildcardsjc/ref-excludes | Junio C Hamano | 2013-11-01 | 3 | -0/+43 |
| * | | | rev-list --exclude: export add/clear-ref-exclusion and ref-excluded API | Junio C Hamano | 2013-11-01 | 2 | -23/+28 |
| * | | | rev-list --exclude: tests | Junio C Hamano | 2013-11-01 | 1 | -0/+42 |
| * | | | document --exclude option | Johannes Sixt | 2013-11-01 | 1 | -0/+15 |
| * | | | revision: introduce --exclude=<glob> to tame wildcards | Junio C Hamano | 2013-08-30 | 2 | -2/+51 |
* | | | | Merge branch 'nv/parseopt-opt-arg' | Junio C Hamano | 2013-12-05 | 7 | -14/+63 |
|\ \ \ \ | |||||
| * | | | | rev-parse --parseopt: add the --stuck-long modenv/parseopt-opt-arg | Nicolas Vigier | 2013-10-31 | 3 | -6/+55 |
| * | | | | Use the word 'stuck' instead of 'sticked' | Nicolas Vigier | 2013-10-31 | 4 | -8/+8 |
* | | | | | Merge branch 'bc/http-100-continue' | Junio C Hamano | 2013-12-05 | 3 | -10/+28 |
|\ \ \ \ \ | |||||
| * | | | | | remote-curl: fix large pushes with GSSAPIbc/http-100-continue | Brian M. Carlson | 2013-10-31 | 1 | -2/+9 |
| * | | | | | remote-curl: pass curl slot_results back through run_slot | Jeff King | 2013-10-31 | 1 | -9/+13 |
| * | | | | | http: return curl's AUTHAVAIL via slot_results | Jeff King | 2013-10-31 | 2 | -0/+7 |
* | | | | | | Merge branch 'jc/merge-base-reflog' | Junio C Hamano | 2013-12-05 | 3 | -18/+195 |
|\ \ \ \ \ \ | |||||
| * | | | | | | merge-base: teach "--fork-point" modejc/merge-base-reflog | Junio C Hamano | 2013-10-29 | 3 | -2/+173 |
| * | | | | | | merge-base: use OPT_CMDMODE and clarify the command line parsing | Junio C Hamano | 2013-10-23 | 1 | -16/+22 |
* | | | | | | | Merge branch 'jk/replace-perl-in-built-scripts' | Junio C Hamano | 2013-12-05 | 4 | -5/+5 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | use @@PERL@@ in built scriptsjk/replace-perl-in-built-scripts | Jeff King | 2013-10-29 | 4 | -5/+5 |
* | | | | | | | | Merge branch 'jh/loose-object-dirs-creation-race' | Junio C Hamano | 2013-12-05 | 1 | -1/+3 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | sha1_file.c:create_tmpfile(): Fix race when creating loose object dirsjh/loose-object-dirs-creation-race | Johan Herland | 2013-10-28 | 1 | -1/+3 |
* | | | | | | | | | Merge branch 'jk/robustify-parse-commit' | Junio C Hamano | 2013-12-05 | 15 | -33/+32 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | checkout: do not die when leaving broken detached HEADjk/robustify-parse-commit | Jeff King | 2013-10-24 | 1 | -4/+4 |
| * | | | | | | | | | use parse_commit_or_die instead of custom message | Jeff King | 2013-10-24 | 2 | -4/+2 |
| * | | | | | | | | | use parse_commit_or_die instead of segfaulting | Jeff King | 2013-10-24 | 2 | -4/+4 |
| * | | | | | | | | | assume parse_commit checks for NULL commit | Jeff King | 2013-10-24 | 5 | -7/+5 |
| * | | | | | | | | | assume parse_commit checks commit->object.parsed | Jeff King | 2013-10-24 | 4 | -11/+6 |
| * | | | | | | | | | log_tree_diff: die when we fail to parse a commit | Jeff King | 2013-10-24 | 3 | -3/+11 |
| | |_|_|_|_|/ / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge branch 'ak/submodule-foreach-quoting' | Junio C Hamano | 2013-12-05 | 2 | -1/+15 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | submodule foreach: skip eval for more than one argumentak/submodule-foreach-quoting | Anders Kaseorg | 2013-09-27 | 2 | -1/+15 |
| | |_|_|_|/ / / / | |/| | | | | | | | |||||
* | | | | | | | | | Sync with 1.8.5.1 | Junio C Hamano | 2013-12-03 | 3 | -3/+13 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Git 1.8.5.1v1.8.5.1 | Junio C Hamano | 2013-12-03 | 4 | -3/+13 |
| * | | | | | | | | | ref-iteration doc: add_submodule_odb() returns 0 for success | Nick Townsend | 2013-12-03 | 1 | -2/+2 |
* | | | | | | | | | | Merge branch 'nd/glossary-content-pathspec-markup' | Junio C Hamano | 2013-12-03 | 1 | -3/+3 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | glossary-content.txt: fix documentation of "**" patternsnd/glossary-content-pathspec-markup | Nguyễn Thái Ngọc Duy | 2013-11-21 | 1 | -3/+3 |
* | | | | | | | | | | | Merge branch 'jj/doc-markup-gitcli' | Junio C Hamano | 2013-12-03 | 1 | -5/+5 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | Documentation/gitcli.txt: fix double quotesjj/doc-markup-gitcli | Jason St. John | 2013-11-20 | 1 | -5/+5 |
* | | | | | | | | | | | | Merge branch 'jj/doc-markup-hints-in-coding-guidelines' | Junio C Hamano | 2013-12-03 | 1 | -3/+31 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | State correct usage of literal examples in man pages in the coding standardsjj/doc-markup-hints-in-coding-guidelines | Jason St. John | 2013-11-18 | 1 | -3/+31 |
* | | | | | | | | | | | | | Merge branch 'jj/log-doc' | Junio C Hamano | 2013-12-03 | 1 | -26/+25 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | Documentation/git-log.txt: mark-up fix and minor rephasingjj/log-doc | Jason St. John | 2013-11-13 | 1 | -23/+23 |
| * | | | | | | | | | | | | | Documentation/git-log: update "--log-size" description | Jason St. John | 2013-11-13 | 1 | -5/+5 |
| |/ / / / / / / / / / / / | |||||
* | | | | | | | | | | | | | Merge branch 'jj/rev-list-options-doc' | Junio C Hamano | 2013-12-03 | 1 | -156/+87 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | Documentation/rev-list-options.txt: fix some grammatical issues and typosjj/rev-list-options-doc | Jason St. John | 2013-11-18 | 1 | -13/+14 |
| * | | | | | | | | | | | | | Documentation/rev-list-options.txt: fix mark-up | Jason St. John | 2013-11-18 | 1 | -148/+78 |
| |/ / / / / / / / / / / / |