Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | doc: use https links to Wikipedia to avoid http redirects | Sven Strickroth | 2017-05-15 | 3 | -3/+3 |
* | docs/bisect-lk2009: update java code conventions link | Jeff King | 2017-04-21 | 1 | -1/+1 |
* | docs/bisect-lk2009: update nist report link | Jeff King | 2017-04-21 | 1 | -1/+1 |
* | docs/archimport: quote sourcecontrol.net reference | Jeff King | 2017-04-21 | 1 | -1/+1 |
* | gitcore-tutorial: update broken link | Jeff King | 2017-04-21 | 1 | -1/+1 |
* | doc: replace or.cz gitwiki link with git.wiki.kernel.org | Jeff King | 2017-04-21 | 1 | -1/+1 |
* | doc: use https links to avoid http redirect | Jeff King | 2017-04-21 | 3 | -9/+9 |
* | Prepare for 2.12.3 | Junio C Hamano | 2017-03-28 | 2 | -1/+58 |
* | Merge branch 'km/config-grammofix' into maint | Junio C Hamano | 2017-03-28 | 1 | -3/+3 |
|\ | |||||
| * | doc/config: grammar fixes for core.{editor,commentChar} | Kyle Meyer | 2017-03-23 | 1 | -3/+3 |
* | | Merge branch 'sb/t3600-rephrase' into maint | Junio C Hamano | 2017-03-28 | 1 | -1/+1 |
|\ \ | |||||
| * | | t3600: rename test to describe its functionality | Stefan Beller | 2017-03-22 | 1 | -1/+1 |
* | | | Merge branch 'sb/submodule-update-initial-runs-custom-script' into maint | Junio C Hamano | 2017-03-28 | 1 | -3/+3 |
|\ \ \ | |||||
| * | | | t7406: correct test case for submodule-update initial population | Junio C Hamano | 2017-03-22 | 1 | -3/+3 |
* | | | | Merge branch 'jk/quote-env-path-list-component' into maint | Junio C Hamano | 2017-03-28 | 1 | -0/+1 |
|\ \ \ \ | |||||
| * | | | | t5615: fix a here-doc syntax error | Junio C Hamano | 2017-03-22 | 1 | -0/+1 |
* | | | | | Merge branch 'rs/update-hook-optim' into maint | Junio C Hamano | 2017-03-28 | 1 | -8/+5 |
|\ \ \ \ \ | |||||
| * | | | | | receive-pack: simplify run_update_post_hook() | René Scharfe | 2017-03-18 | 1 | -8/+5 |
| | |_|_|/ | |/| | | | |||||
* | | | | | Merge branch 'rs/shortlog-cleanup' into maint | Junio C Hamano | 2017-03-28 | 1 | -1/+0 |
|\ \ \ \ \ | |||||
| * | | | | | shortlog: don't set after_subject to an empty string | René Scharfe | 2017-03-18 | 1 | -1/+0 |
* | | | | | | Merge branch 'rs/path-name-safety-cleanup' into maint | Junio C Hamano | 2017-03-28 | 1 | -2/+0 |
|\ \ \ \ \ \ | |||||
| * | | | | | | revision: remove declaration of path_name() | René Scharfe | 2017-03-18 | 1 | -2/+0 |
* | | | | | | | Merge branch 'rs/http-push-cleanup' into maint | Junio C Hamano | 2017-03-28 | 1 | -5/+3 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | http-push: don't check return value of lookup_unknown_object() | René Scharfe | 2017-03-18 | 1 | -5/+3 |
| | |_|/ / / / | |/| | | | | | |||||
* | | | | | | | Merge branch 'sb/wt-status-cleanup' into maint | Junio C Hamano | 2017-03-28 | 1 | -15/+5 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | wt-status: simplify by using for_each_string_list_item | Stefan Beller | 2017-03-17 | 1 | -15/+5 |
| | |_|/ / / / | |/| | | | | | |||||
* | | | | | | | Merge branch 'jk/pack-name-cleanups' into maint | Junio C Hamano | 2017-03-28 | 6 | -46/+57 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | index-pack: make pointer-alias fallbacks safer | Jeff King | 2017-03-16 | 1 | -8/+12 |
| * | | | | | | | replace snprintf with odb_pack_name() | Jeff King | 2017-03-16 | 2 | -31/+24 |
| * | | | | | | | odb_pack_keep(): stop generating keepfile name | Jeff King | 2017-03-16 | 4 | -12/+12 |
| * | | | | | | | sha1_file.c: make pack-name helper globally accessible | Jeff King | 2017-03-16 | 2 | -11/+15 |
| * | | | | | | | move odb_* declarations out of git-compat-util.h | Jeff King | 2017-03-16 | 2 | -2/+12 |
* | | | | | | | | Merge branch 'jk/rev-parse-cleanup' into maint | Junio C Hamano | 2017-03-28 | 1 | -52/+57 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | rev-parse: simplify parsing of ref options | Jeff King | 2017-03-15 | 1 | -29/+16 |
| * | | | | | | | | rev-parse: add helper for parsing "--foo/--foo=" | Jeff King | 2017-03-15 | 1 | -10/+28 |
| * | | | | | | | | rev-parse: use skip_prefix when parsing options | Jeff King | 2017-03-15 | 1 | -20/+20 |
| |/ / / / / / / | |||||
* | | | | | | | | Merge branch 'rs/blame-code-cleanup' into maint | Junio C Hamano | 2017-03-28 | 1 | -17/+8 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | blame: move blame_entry duplication to add_blame_entry() | René Scharfe | 2017-03-12 | 1 | -17/+8 |
| | |_|/ / / / / | |/| | | | | | | |||||
* | | | | | | | | Merge branch 'st/verify-tag' into maint | Junio C Hamano | 2017-03-28 | 2 | -14/+10 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | t7004, t7030: fix here-doc syntax errors | Santiago Torres | 2017-03-24 | 2 | -14/+10 |
* | | | | | | | | | Merge branch 'js/regexec-buf' into maint | Junio C Hamano | 2017-03-28 | 2 | -2/+10 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | pickaxe: fix segfault with '-S<...> --pickaxe-regex' | SZEDER Gábor | 2017-03-18 | 2 | -2/+10 |
* | | | | | | | | | | Merge branch 'jk/execv-dashed-external' into maint | Junio C Hamano | 2017-03-28 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | run-command: fix segfault when cleaning forked async process | Jeff King | 2017-03-18 | 1 | -1/+1 |
* | | | | | | | | | | | Merge branch 'ew/http-alternates-as-redirects-warning' into maint | Junio C Hamano | 2017-03-28 | 1 | -3/+7 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | http: release strbuf on disabled alternates | Eric Wong | 2017-03-06 | 1 | -0/+2 |
| * | | | | | | | | | | | http: inform about alternates-as-redirects behavior | Eric Wong | 2017-03-06 | 1 | -3/+5 |
| | |_|_|_|/ / / / / / | |/| | | | | | | | | | |||||
* | | | | | | | | | | | Merge branch 'dp/filter-branch-prune-empty' into maint | Junio C Hamano | 2017-03-28 | 4 | -8/+50 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | p7000: add test for filter-branch with --prune-empty | Devin J. Pohly | 2017-03-03 | 1 | -0/+5 |
| * | | | | | | | | | | | filter-branch: fix --prune-empty on parentless commits | Devin J. Pohly | 2017-03-03 | 3 | -10/+10 |