Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cache: convert struct cache_entry to use struct object_id | brian m. carlson | 2016-09-07 | 1 | -1/+1 |
* | Merge branch 'kw/patch-ids-optim' | Junio C Hamano | 2016-08-12 | 1 | -15/+3 |
|\ | |||||
| * | patch-ids: replace the seen indicator with a commit pointer | Kevin Willford | 2016-07-29 | 1 | -15/+3 |
* | | Merge branch 'jc/grep-commandline-vs-configuration' | Junio C Hamano | 2016-08-04 | 1 | -4/+4 |
|\ \ | |||||
| * | | grep: further simplify setting the pattern typejc/grep-commandline-vs-configuration | Junio C Hamano | 2016-07-25 | 1 | -4/+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 'mj/log-show-signature-conf' | Junio C Hamano | 2016-07-11 | 1 | -0/+2 |
|\ \ \ \ \ | |||||
| * | | | | | log: add "--no-show-signature" command line option | Mehul Jain | 2016-06-24 | 1 | -0/+2 |
| | |_|_|/ | |/| | | | |||||
* | | | | | pathspec: rename free_pathspec() to clear_pathspec()jc/clear-pathspec | Junio C Hamano | 2016-06-02 | 1 | -1/+1 |
|/ / / / | |||||
* | | | | Merge branch 'bc/object-id' | Junio C Hamano | 2016-05-06 | 1 | -2/+2 |
|\ \ \ \ | |||||
| * | | | | struct name_entry: use struct object_id instead of unsigned char sha1[20] | brian m. carlson | 2016-04-25 | 1 | -2/+2 |
* | | | | | Merge branch 'lt/pretty-expand-tabs' | Junio C Hamano | 2016-04-13 | 1 | -0/+14 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | pretty: allow tweaking tabwidth in --expand-tabs | Junio C Hamano | 2016-03-30 | 1 | -2/+7 |
| * | | | | pretty: enable --expand-tabs by default for selected pretty formats | Junio C Hamano | 2016-03-30 | 1 | -0/+7 |
| * | | | | pretty: expand tabs in indented logs to make things line up properly | Linus Torvalds | 2016-03-30 | 1 | -0/+2 |
* | | | | | Merge branch 'jk/tighten-alloc' | Junio C Hamano | 2016-02-26 | 1 | -1/+1 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | use st_add and st_mult for allocation size computation | Jeff King | 2016-02-22 | 1 | -1/+1 |
| * | | | | Merge branch 'nd/diff-with-path-params' into maint | Junio C Hamano | 2016-02-05 | 1 | -1/+1 |
| |\ \ \ \ | |||||
* | | | | | | list-objects: pass full pathname to callbacksjk/lose-name-path | Jeff King | 2016-02-12 | 1 | -15/+2 |
* | | | | | | list-objects: drop name_path entirely | Jeff King | 2016-02-12 | 1 | -3/+3 |
* | | | | | | list-objects: convert name_path to a strbuf | Jeff King | 2016-02-12 | 1 | -20/+5 |
* | | | | | | show_object_with_name: simplify by using path_name() | Jeff King | 2016-02-12 | 1 | -34/+6 |
* | | | | | | Merge branch 'nd/diff-with-path-params' | Junio C Hamano | 2016-02-03 | 1 | -1/+1 |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| * | | | | | diff: make -O and --output work in subdirectorynd/diff-with-path-params | Duy Nguyen | 2016-01-21 | 1 | -1/+1 |
| * | | | | | Merge branch 'jk/pending-keep-tag-name' into maint | Junio C Hamano | 2016-01-04 | 1 | -2/+1 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'sn/null-pointer-arith-in-mark-tree-uninteresting' into maint | Junio C Hamano | 2015-12-11 | 1 | -1/+3 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge branch 'rs/pop-commit' into maint | Junio C Hamano | 2015-12-11 | 1 | -22/+5 |
| |\ \ \ \ \ \ \ | |||||
* | | | | | | | | | revision: read --stdin with strbuf_getline() | Junio C Hamano | 2016-01-15 | 1 | -7/+2 |
| |_|_|_|/ / / / |/| | | | | | | | |||||
* | | | | | | | | Merge branch 'jk/pending-keep-tag-name' | Junio C Hamano | 2015-12-28 | 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' | 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 |
* | | | | | | | | Remove get_object_hash. | brian m. carlson | 2015-11-20 | 1 | -8/+8 |
* | | | | | | | | Convert struct object to object_id | brian m. carlson | 2015-11-20 | 1 | -16/+16 |
* | | | | | | | | Add several uses of get_object_hash. | brian m. carlson | 2015-11-20 | 1 | -8/+8 |
* | | | | | | | | Merge branch 'rs/pop-commit' | Junio C Hamano | 2015-10-30 | 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 |
| |\ \ \ \ \ \ | |||||
* | | | | | | | | prefer memcpy to strcpy | Jeff King | 2015-10-05 | 1 | -1/+1 |
| |_|_|/ / / / |/| | | | | | | |||||
* | | | | | | | 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 |
| |/ / / / / / |