summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-12-09format-patch: move git_config() before repo_init_revisions()Denton Liu1-4/+7
2019-12-09format-patch: use --notes behavior for format.notesDenton Liu2-12/+33
2019-12-09notes: extract logic into set_display_notes()Denton Liu3-16/+38
2019-12-09notes: create init_display_notes() helperDenton Liu3-1/+12
2019-12-09notes: rename to load_display_notes()Denton Liu3-6/+6
2019-12-09name-rev: cleanup name_ref()SZEDER Gábor1-15/+16
2019-12-09name-rev: eliminate recursion in name_rev()SZEDER Gábor2-37/+63
2019-12-09name-rev: use 'name->tip_name' instead of 'tip_name'SZEDER Gábor1-4/+7
2019-12-09archive-zip: use enum for compression methodRené Scharfe1-9/+14
2019-12-10git gui: fix branch name encoding errorKazuhiro Kato2-0/+3
2019-12-09l10n: minor case fix in 'git branch' '--unset-upstream' descriptionDimitriy Ryazantcev1-1/+1
2019-12-09t3404: fix indentationJohannes Schindelin1-5/+5
2019-12-09patch-id: use oid_to_hex() to print multiple object IDsRené Scharfe1-7/+2
2019-12-09commit: use strbuf_add() to add a length-limited stringRené Scharfe1-1/+1
2019-12-06The fourth batchJunio C Hamano1-0/+18
2019-12-06Merge branch 'dl/lore-is-the-archive'Junio C Hamano14-17/+18
2019-12-06Merge branch 'jk/lore-is-the-archive'Junio C Hamano13-30/+30
2019-12-06Merge branch 'tg/perf-remove-stale-result'Junio C Hamano2-11/+5
2019-12-06Merge branch 'jk/send-pack-check-negative-with-quick'Junio C Hamano1-1/+3
2019-12-06Merge branch 'hi/grep-do-not-return-void'Junio C Hamano1-1/+1
2019-12-06Merge branch 'rs/use-skip-prefix-more'Junio C Hamano5-22/+16
2019-12-06Merge branch 'rs/simplify-prepare-cmd'Junio C Hamano1-2/+1
2019-12-06Merge branch 'rs/test-cleanup'Junio C Hamano10-23/+16
2019-12-06Merge branch 'sg/assume-no-todo-update-in-cherry-pick'Junio C Hamano2-1/+31
2019-12-06Merge branch 'sg/osx-force-gcc-9'Junio C Hamano2-4/+5
2019-12-06name-rev: drop name_rev()'s 'generation' and 'distance' parametersSZEDER Gábor1-12/+13
2019-12-06name-rev: restructure creating/updating 'struct rev_name' instancesSZEDER Gábor1-14/+21
2019-12-06name-rev: restructure parsing commits and applying date cutoffSZEDER Gábor1-13/+16
2019-12-06name-rev: pull out deref handling from the recursionSZEDER Gábor1-17/+10
2019-12-06name-rev: extract creating/updating a 'struct name_rev' into a helperSZEDER Gábor1-13/+27
2019-12-06t6120: add a test to cover inner conditions in 'git name-rev's name_rev()SZEDER Gábor1-0/+41
2019-12-06name-rev: use sizeof(*ptr) instead of sizeof(type) in allocationSZEDER Gábor1-1/+1
2019-12-06name-rev: avoid unnecessary cast in name_ref()SZEDER Gábor1-1/+1
2019-12-06name-rev: use strbuf_strip_suffix() in get_rev_name()René Scharfe1-4/+3
2019-12-06t6120-describe: modernize the 'check_describe' helperSZEDER Gábor1-6/+4
2019-12-06range-diff: clear `other_arg` at end of functionDenton Liu1-0/+1
2019-12-06range-diff: mark pointers as constDenton Liu2-5/+5
2019-12-06t3206: fix incorrect test nameDenton Liu1-1/+1
2019-12-06t9300-fast-import: don't hang if background fast-import exits too earlySZEDER Gábor1-2/+14
2019-12-06t9300-fast-import: store the PID in a variable instead of pidfileSZEDER Gábor1-3/+3
2019-12-06commit: give correct advice for empty commit during a rebasePhillip Wood5-19/+114
2019-12-06commit: encapsulate determine_whence() for sequencerPhillip Wood3-6/+15
2019-12-06commit: use enum value for multiple cherry-picksPhillip Wood2-15/+19
2019-12-06sequencer: write CHERRY_PICK_HEAD for reword and editPhillip Wood2-1/+56
2019-12-06cherry-pick: check commit error messagesPhillip Wood1-0/+23
2019-12-06cherry-pick: add test for `--skip` advice in `git commit`Johannes Schindelin1-1/+2
2019-12-06t3404: use test_cmp_revPhillip Wood1-19/+19
2019-12-06apply --allow-overlap: fix a corner caseJohannes Schindelin1-0/+10
2019-12-06git add -p: use non-zero exit code when the diff generation failedJohannes Schindelin2-4/+6
2019-12-06t3701: verify that the diff.algorithm config setting is handledJohannes Schindelin1-0/+10