Age | Commit message (Expand) | Author | Files | Lines |
2015-05-26 | Merge branch 'nd/untracked-cache' | Junio C Hamano | 1 | -2/+3 |
2015-05-11 | Merge branch 'pt/xdg-config-path' | Junio C Hamano | 1 | -5/+3 |
2015-05-11 | Merge branch 'nd/multiple-work-trees' | Junio C Hamano | 1 | -1/+1 |
2015-05-06 | git-commit: replace use of home_config_paths() | Paul Tan | 1 | -5/+3 |
2015-03-23 | commit.c: fix a memory leak | Stefan Beller | 1 | -2/+4 |
2015-03-12 | status: enable untracked cache | Nguyễn Thái Ngọc Duy | 1 | -2/+3 |
2015-03-05 | Merge branch 'mh/refs-have-new' | Junio C Hamano | 1 | -2/+2 |
2015-02-17 | commit: avoid race when creating orphan commits | Michael Haggerty | 1 | -1/+1 |
2015-02-17 | ref_transaction_update(): remove "have_old" parameter | Michael Haggerty | 1 | -1/+1 |
2015-02-17 | Merge branch 'mg/commit-author-no-match-malformed-message' | Junio C Hamano | 1 | -1/+1 |
2015-02-11 | Merge branch 'ah/usage-strings' | Junio C Hamano | 1 | -2/+2 |
2015-02-11 | Merge branch 'jk/blame-commit-label' | Junio C Hamano | 1 | -9/+3 |
2015-01-26 | commit: reword --author error message | Michael J Gruber | 1 | -1/+1 |
2015-01-14 | standardize usage info string format | Alex Henrie | 1 | -2/+2 |
2015-01-13 | builtin/commit.c: use xstrdup_or_null instead of envdup | Jeff King | 1 | -9/+3 |
2014-12-22 | Merge branch 'jk/commit-date-approxidate' | Junio C Hamano | 1 | -30/+18 |
2014-12-22 | Merge branch 'cc/interpret-trailers-more' | Junio C Hamano | 1 | -26/+2 |
2014-12-11 | commit: always populate GIT_AUTHOR_* variables | Jeff King | 1 | -21/+5 |
2014-12-11 | commit: loosen ident checks when generating template | Jeff King | 1 | -9/+14 |
2014-12-01 | commit: use SEQ_DIR instead of hardcoding "sequencer" | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2014-11-10 | commit: make ignore_non_trailer() non static | Christian Couder | 1 | -46/+0 |
2014-11-10 | Merge branch 'jc/conflict-hint' into cc/interpret-trailers-more | Junio C Hamano | 1 | -26/+48 |
2014-10-28 | merge & sequencer: turn "Conflicts:" hint into a comment | Junio C Hamano | 1 | -16/+31 |
2014-10-28 | builtin/commit.c: extract ignore_non_trailer() helper function | Junio C Hamano | 1 | -26/+33 |
2014-10-21 | Merge branch 'rs/ref-transaction' | Junio C Hamano | 1 | -3/+3 |
2014-10-20 | Merge branch 'jn/parse-config-slot' | Junio C Hamano | 1 | -12/+10 |
2014-10-15 | refs.c: change resolve_ref_unsafe reading argument to be a flags field | Ronnie Sahlberg | 1 | -1/+1 |
2014-10-15 | refs.c: pass the ref log message to _create/delete/update instead of _commit | Ronnie Sahlberg | 1 | -2/+2 |
2014-10-14 | color_parse: do not mention variable name in error message | Jeff King | 1 | -2/+1 |
2014-10-14 | pass config slots as pointers instead of offsets | Jonathan Nieder | 1 | -10/+9 |
2014-10-14 | Merge branch 'rs/more-uses-of-skip-prefix' | Junio C Hamano | 1 | -9/+9 |
2014-10-07 | use skip_prefix() to avoid more magic numbers | René Scharfe | 1 | -9/+9 |
2014-10-01 | lockfile.h: extract new header file for the functions in lockfile.c | Michael Haggerty | 1 | -0/+1 |
2014-10-01 | lockfile: change lock_file::filename into a strbuf | Michael Haggerty | 1 | -6/+6 |
2014-10-01 | prepare_index(): declare return value to be (const char *) | Michael Haggerty | 1 | -2/+2 |
2014-09-19 | Merge branch 'ah/grammofix' | Junio C Hamano | 1 | -1/+1 |
2014-09-19 | Merge branch 'jk/commit-author-parsing' | Junio C Hamano | 1 | -41/+48 |
2014-09-11 | Merge branch 'dt/cache-tree-repair' | Junio C Hamano | 1 | -1/+13 |
2014-09-11 | Merge branch 'rs/ref-transaction-1' | Junio C Hamano | 1 | -13/+12 |
2014-09-11 | Merge branch 'rs/child-process-init' | Junio C Hamano | 1 | -2/+1 |
2014-09-09 | Merge branch 'sb/prepare-revision-walk-error-check' | Junio C Hamano | 1 | -1/+2 |
2014-09-03 | commit.c: use ref transactions for updates | Ronnie Sahlberg | 1 | -13/+12 |
2014-09-02 | Merge branch 'mm/config-edit-global' | Junio C Hamano | 1 | -2/+33 |
2014-09-02 | grammofix in user-facing messages | Alex Henrie | 1 | -1/+1 |
2014-08-29 | determine_author_info(): copy getenv output | Jeff King | 1 | -13/+27 |
2014-08-29 | determine_author_info(): reuse parsing functions | Jeff King | 1 | -28/+21 |
2014-08-27 | date: use strbufs in date-formatting functions | Jeff King | 1 | -10/+10 |
2014-08-20 | run-command: introduce CHILD_PROCESS_INIT | René Scharfe | 1 | -2/+1 |
2014-08-12 | prepare_revision_walk(): check for return value in all places | Stefan Beller | 1 | -1/+2 |
2014-07-25 | commit: advertise config --global --edit on guessed identity | Matthieu Moy | 1 | -2/+33 |