Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'maint-2.5' into maint-2.6 | Junio C Hamano | 2016-03-17 | 1 | -60/+4 |
|\ | |||||
| * | Merge branch 'maint-2.4' into maint-2.5 | Junio C Hamano | 2016-03-17 | 1 | -60/+4 |
| |\ | |||||
| | * | list-objects: pass full pathname to callbacksjk/path-name-safety-2.4 | Jeff King | 2016-03-16 | 1 | -15/+2 |
| | * | list-objects: drop name_path entirely | Jeff King | 2016-03-16 | 1 | -3/+3 |
| | * | list-objects: convert name_path to a strbuf | Jeff King | 2016-03-16 | 1 | -20/+5 |
| | * | show_object_with_name: simplify by using path_name() | Jeff King | 2016-03-16 | 1 | -34/+6 |
| | * | Merge branch 'jk/squelch-missing-link-warning-for-unreachable' into maint | Junio C Hamano | 2015-06-25 | 1 | -2/+2 |
| | |\ | |||||
| | * \ | Merge branch 'jk/still-interesting' into maint | Junio C Hamano | 2015-05-26 | 1 | -4/+19 |
| | |\ \ | |||||
* | | \ \ | Merge branch 'jk/pending-keep-tag-name' into maint | Junio C Hamano | 2016-01-04 | 1 | -2/+1 |
|\ \ \ \ \ | |||||
| * | | | | | revision.c: propagate tag names from pending arrayjk/pending-keep-tag-name | Jeff King | 2015-12-17 | 1 | -2/+1 |
* | | | | | | Merge branch 'sn/null-pointer-arith-in-mark-tree-uninteresting' into maint | Junio C Hamano | 2015-12-11 | 1 | -1/+3 |
|\ \ \ \ \ \ | |||||
| * | | | | | | revision.c: fix possible null pointer arithmeticsn/null-pointer-arith-in-mark-tree-uninteresting | Stefan Naewe | 2015-12-07 | 1 | -1/+3 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | Merge branch 'rs/pop-commit' into maint | Junio C Hamano | 2015-12-11 | 1 | -22/+5 |
|\ \ \ \ \ \ | |||||
| * | | | | | | use pop_commit() for consuming the first entry of a struct commit_listrs/pop-commit | René Scharfe | 2015-10-26 | 1 | -22/+5 |
| |/ / / / / | |||||
| * | | | | | Merge branch 'jk/log-missing-default-HEAD' into maint | Junio C Hamano | 2015-09-03 | 1 | -1/+16 |
| |\ \ \ \ \ | |||||
* | \ \ \ \ \ | Merge branch 'jk/log-missing-default-HEAD' | Junio C Hamano | 2015-09-02 | 1 | -1/+16 |
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | |||||
| * | | | | | | log: diagnose empty HEAD more clearlyjk/log-missing-default-HEAD | Jeff King | 2015-08-31 | 1 | -1/+16 |
* | | | | | | | Merge branch 'ad/bisect-cleanup' | Junio C Hamano | 2015-08-12 | 1 | -2/+16 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | bisect: simplify the addition of new bisect terms | Antoine Delaite | 2015-08-03 | 1 | -2/+16 |
* | | | | | | | | Merge branch 'jk/date-mode-format' | Junio C Hamano | 2015-08-03 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | |||||
| * | | | | | | | convert "enum date_mode" into a struct | Jeff King | 2015-06-29 | 1 | -2/+2 |
| |/ / / / / / | |||||
* | | | | | | | Merge branch 'jk/still-interesting' | Junio C Hamano | 2015-07-17 | 1 | -2/+2 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | |||||
| * | | | | | | revision.c: remove unneeded check for NULLjk/still-interesting | Stefan Beller | 2015-06-29 | 1 | -2/+2 |
| | |_|_|/ / | |/| | | | | |||||
* | | | | | | Merge branch 'jk/squelch-missing-link-warning-for-unreachable' | Junio C Hamano | 2015-06-11 | 1 | -2/+2 |
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | | |||||
| * | | | | | suppress errors on missing UNINTERESTING linksjk/squelch-missing-link-warning-for-unreachable | Jeff King | 2015-06-01 | 1 | -1/+1 |
| * | | | | | silence broken link warnings with revs->ignore_missing_links | Jeff King | 2015-06-01 | 1 | -1/+1 |
* | | | | | | handle_one_reflog(): rewrite to take an object_id argument | Michael Haggerty | 2015-05-25 | 1 | -4/+3 |
* | | | | | | handle_one_ref(): rewrite to take an object_id argument | Michael Haggerty | 2015-05-25 | 1 | -26/+9 |
* | | | | | | each_ref_fn: change to take an object_id parameter | Michael Haggerty | 2015-05-25 | 1 | -6/+27 |
| |_|/ / / |/| | | | | |||||
* | | | | | Merge branch 'jk/still-interesting' | Junio C Hamano | 2015-05-11 | 1 | -4/+19 |
|\ \ \ \ \ | | |/ / / | |/| | / | |_|_|/ |/| | | | |||||
| * | | | limit_list: avoid quadratic behavior from still_interesting | Jeff King | 2015-04-17 | 1 | -4/+19 |
* | | | | Merge branch 'dj/log-graph-with-no-walk' | Junio C Hamano | 2015-03-25 | 1 | -0/+2 |
|\ \ \ \ | |||||
| * | | | | revision: forbid combining --graph and --no-walkdj/log-graph-with-no-walk | Dongcan Jiang | 2015-03-19 | 1 | -0/+2 |
* | | | | | Merge branch 'kd/rev-list-bisect-first-parent' | Junio C Hamano | 2015-03-25 | 1 | -0/+3 |
|\ \ \ \ \ | |||||
| * | | | | | rev-list: refuse --first-parent combined with --bisectkd/rev-list-bisect-first-parent | Kevin Daudt | 2015-03-19 | 1 | -0/+3 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge branch 'jc/unused-symbols' | Junio C Hamano | 2015-02-11 | 1 | -51/+55 |
|\ \ \ \ \ | |||||
| * | | | | | revision.c: make save_parents() and free_saved_parents() static | Junio C Hamano | 2015-01-15 | 1 | -51/+55 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge branch 'cj/log-invert-grep' | Junio C Hamano | 2015-02-11 | 1 | -1/+3 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | log: teach --invert-grep optioncj/log-invert-grep | Christoph Junghans | 2015-01-13 | 1 | -1/+3 |
* | | | | | Merge branch 'bc/fetch-thin-less-aggressive-in-normal-repository' | Junio C Hamano | 2015-01-12 | 1 | -0/+6 |
|\ \ \ \ \ | |||||
| * | | | | | rev-list: add an option to mark fewer edges as uninteresting | brian m. carlson | 2014-12-29 | 1 | -0/+6 |
| | |_|/ / | |/| | | | |||||
* | | | | | Merge branch 'jc/merge-bases' | Junio C Hamano | 2015-01-07 | 1 | -2/+2 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | get_merge_bases(): always clean-up object flagsjc/merge-bases | Junio C Hamano | 2014-10-30 | 1 | -2/+2 |
| | |/ / | |/| | | |||||
| * | | | Merge branch 'jk/commit-buffer-length' into maint | Junio C Hamano | 2014-07-16 | 1 | -4/+11 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'jc/shortlog-ref-exclude' into maint | Junio C Hamano | 2014-06-25 | 1 | -0/+1 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'jc/revision-dash-count-parsing' into maint | Junio C Hamano | 2014-06-25 | 1 | -2/+4 |
| |\ \ \ \ \ | |||||
* | | | | | | | revision: remove definition of unused 'add_object' function | Ramsay Jones | 2014-10-19 | 1 | -10/+0 |
* | | | | | | | rev-list: add --indexed-objects option | Jeff King | 2014-10-19 | 1 | -0/+51 |
| |_|_|_|_|/ |/| | | | | | |||||
* | | | | | | traverse_commit_list: support pending blobs/trees with paths | Jeff King | 2014-10-19 | 1 | -7/+27 |
* | | | | | | reachable: reuse revision.c "add all reflogs" code | Jeff King | 2014-10-16 | 1 | -2/+2 |