Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use local cloning if insteadOf makes a local URLmb/local-clone-after-applying-insteadof | Michael Barabanov | 2014-07-17 | 1 | -12/+13 |
* | Sync with 2.0.2 | Junio C Hamano | 2014-07-16 | 3 | -8/+26 |
|\ | |||||
| * | Git 2.0.2v2.0.2 | Junio C Hamano | 2014-07-16 | 3 | -2/+22 |
| * | Merge branch 'jc/fix-clone-single-starting-at-a-tag' into maint | Junio C Hamano | 2014-07-16 | 1 | -1/+1 |
| |\ | |||||
| * \ | Merge branch 'jk/pretty-G-format-fixes' into maint | Junio C Hamano | 2014-07-16 | 3 | -9/+70 |
| |\ \ | |||||
| * \ \ | Merge branch 'rs/fix-alt-odb-path-comparison' into maint | Junio C Hamano | 2014-07-16 | 1 | -1/+2 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'jk/commit-buffer-length' into maint | Junio C Hamano | 2014-07-16 | 27 | -197/+284 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'bc/fix-rebase-merge-skip' into maint | Junio C Hamano | 2014-07-16 | 2 | -2/+18 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'maint-1.9' into maint | Junio C Hamano | 2014-07-16 | 1 | -7/+5 |
| |\ \ \ \ \ \ | |||||
| | * \ \ \ \ \ | Merge branch 'maint-1.8.5' into maint-1.9 | Junio C Hamano | 2014-07-16 | 4 | -11/+9 |
| | |\ \ \ \ \ \ | |||||
| | | * | | | | | | annotate: use argv_array | René Scharfe | 2014-07-16 | 1 | -7/+5 |
* | | | | | | | | | Eighth batch for 2.1 | Junio C Hamano | 2014-07-16 | 1 | -1/+31 |
* | | | | | | | | | Merge branch 'ah/fix-http-push' | Junio C Hamano | 2014-07-16 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | http-push.c: make CURLOPT_IOCTLDATA a usable pointerah/fix-http-push | Abbaad Haider | 2014-07-13 | 1 | -1/+1 |
| | |_|/ / / / / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge branch 'rs/code-cleaning' | Junio C Hamano | 2014-07-16 | 10 | -36/+19 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | fsck: simplify fsck_commit_buffer() by using commit_list_count() | René Scharfe | 2014-07-10 | 1 | -16/+6 |
| * | | | | | | | | | commit: use commit_list_append() instead of duplicating its code | René Scharfe | 2014-07-10 | 1 | -6/+1 |
| * | | | | | | | | | merge: simplify merge_trivial() by using commit_list_append() | René Scharfe | 2014-07-10 | 1 | -6/+4 |
| * | | | | | | | | | use strbuf_addch for adding single characters | René Scharfe | 2014-07-10 | 3 | -3/+3 |
| * | | | | | | | | | use strbuf_addbuf for adding strbufs | René Scharfe | 2014-07-10 | 4 | -5/+5 |
* | | | | | | | | | | Merge branch 'jk/skip-prefix' | Junio C Hamano | 2014-07-16 | 1 | -9/+5 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | tag: use skip_prefix instead of magic numbersjk/skip-prefix | Jeff King | 2014-07-10 | 1 | -9/+5 |
* | | | | | | | | | | | Merge branch 'po/error-message-style' | Junio C Hamano | 2014-07-16 | 1 | -0/+9 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | doc: give some guidelines for error messagespo/error-message-style | Philip Oakley | 2014-07-10 | 1 | -0/+9 |
* | | | | | | | | | | | | Merge branch 'jl/test-lint-scripts' | Junio C Hamano | 2014-07-16 | 1 | -2/+3 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | t/Makefile: always test all lint targets when running testsjl/test-lint-scripts | Jens Lehmann | 2014-07-10 | 1 | -1/+1 |
| * | | | | | | | | | | | | t/Makefile: check helper scripts for non-portable shell commands too | Jens Lehmann | 2014-07-10 | 1 | -1/+2 |
* | | | | | | | | | | | | | Merge branch 'zk/log-graph-showsig' | Junio C Hamano | 2014-07-16 | 2 | -0/+32 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | log: fix indentation for --graph --show-signaturezk/log-graph-showsig | Zoltan Klinger | 2014-07-09 | 2 | -0/+32 |
| | |_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | |||||
* | | | | | | | | | | | | | Merge branch 'mg/fix-log-mergetag-color' | Junio C Hamano | 2014-07-16 | 1 | -10/+11 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | log: correctly identify mergetag signature verification statusmg/fix-log-mergetag-color | Michael J Gruber | 2014-07-10 | 1 | -10/+11 |
* | | | | | | | | | | | | | | Merge branch 'kb/path-max-must-go' | Junio C Hamano | 2014-07-16 | 2 | -2/+2 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | cache.h: rename cache_def_free to cache_def_clearkb/path-max-must-go | Karsten Blees | 2014-07-13 | 2 | -2/+2 |
* | | | | | | | | | | | | | | | Merge branch 'cb/filter-branch-prune-empty-degenerate-merges' | Junio C Hamano | 2014-07-16 | 2 | -1/+18 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | filter-branch: eliminate duplicate mapped parentscb/filter-branch-prune-empty-degenerate-merges | Charles Bailey | 2014-07-01 | 2 | -1/+18 |
* | | | | | | | | | | | | | | | | Merge branch 'mk/merge-incomplete-files' | Junio C Hamano | 2014-07-16 | 2 | -5/+90 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | | git-merge-file: do not add LF at EOF while applying unrelated changemk/merge-incomplete-files | Max Kirillov | 2014-06-30 | 2 | -2/+87 |
| * | | | | | | | | | | | | | | | | t6023-merge-file.sh: fix and mark as broken invalid tests | Max Kirillov | 2014-06-30 | 1 | -3/+3 |
* | | | | | | | | | | | | | | | | | Merge branch 'jk/strip-suffix' | Junio C Hamano | 2014-07-16 | 11 | -84/+101 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | | | prepare_packed_git_one: refactor duplicate-pack checkjk/strip-suffix | Jeff King | 2014-06-30 | 1 | -2/+7 |
| * | | | | | | | | | | | | | | | | | verify-pack: use strbuf_strip_suffix | Jeff King | 2014-06-30 | 1 | -4/+3 |
| * | | | | | | | | | | | | | | | | | strbuf: implement strbuf_strip_suffix | Jeff King | 2014-06-30 | 1 | -0/+9 |
| * | | | | | | | | | | | | | | | | | index-pack: use strip_suffix to avoid magic numbers | Jeff King | 2014-06-30 | 1 | -15/+14 |
| * | | | | | | | | | | | | | | | | | use strip_suffix instead of ends_with in simple cases | Jeff King | 2014-06-30 | 4 | -15/+14 |
| * | | | | | | | | | | | | | | | | | replace has_extension with ends_with | Jeff King | 2014-06-30 | 6 | -19/+12 |
| * | | | | | | | | | | | | | | | | | implement ends_with via strip_suffix | Jeff King | 2014-06-30 | 2 | -10/+6 |
| * | | | | | | | | | | | | | | | | | add strip_suffix function | Jeff King | 2014-06-30 | 1 | -0/+27 |
| * | | | | | | | | | | | | | | | | | sha1_file: replace PATH_MAX buffer with strbuf in prepare_packed_git_one() | René Scharfe | 2014-06-30 | 1 | -26/+16 |
| | |/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | | | | Merge branch 'ep/submodule-code-cleanup' | Junio C Hamano | 2014-07-16 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | | | submodule.c: use the ARRAY_SIZE macroep/submodule-code-cleanup | Elia Pinto | 2014-06-30 | 1 | -1/+1 |
| | |/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | |