index
:
pub/scm/git/git.git
jch
main
maint
master
next
seen
todo
Git source code mirror
Junio C Hamano
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2019-12-09
format-patch: move git_config() before repo_init_revisions()
Denton Liu
1
-4
/
+7
2019-12-09
format-patch: use --notes behavior for format.notes
Denton Liu
2
-12
/
+33
2019-12-09
notes: extract logic into set_display_notes()
Denton Liu
3
-16
/
+38
2019-12-09
notes: create init_display_notes() helper
Denton Liu
3
-1
/
+12
2019-12-09
notes: rename to load_display_notes()
Denton Liu
3
-6
/
+6
2019-12-09
name-rev: cleanup name_ref()
SZEDER Gábor
1
-15
/
+16
2019-12-09
name-rev: eliminate recursion in name_rev()
SZEDER Gábor
2
-37
/
+63
2019-12-09
name-rev: use 'name->tip_name' instead of 'tip_name'
SZEDER Gábor
1
-4
/
+7
2019-12-09
archive-zip: use enum for compression method
René Scharfe
1
-9
/
+14
2019-12-10
git gui: fix branch name encoding error
Kazuhiro Kato
2
-0
/
+3
2019-12-09
l10n: minor case fix in 'git branch' '--unset-upstream' description
Dimitriy Ryazantcev
1
-1
/
+1
2019-12-09
t3404: fix indentation
Johannes Schindelin
1
-5
/
+5
2019-12-09
patch-id: use oid_to_hex() to print multiple object IDs
René Scharfe
1
-7
/
+2
2019-12-09
commit: use strbuf_add() to add a length-limited string
René Scharfe
1
-1
/
+1
2019-12-06
The fourth batch
Junio C Hamano
1
-0
/
+18
2019-12-06
Merge branch 'dl/lore-is-the-archive'
Junio C Hamano
14
-17
/
+18
2019-12-06
Merge branch 'jk/lore-is-the-archive'
Junio C Hamano
13
-30
/
+30
2019-12-06
Merge branch 'tg/perf-remove-stale-result'
Junio C Hamano
2
-11
/
+5
2019-12-06
Merge branch 'jk/send-pack-check-negative-with-quick'
Junio C Hamano
1
-1
/
+3
2019-12-06
Merge branch 'hi/grep-do-not-return-void'
Junio C Hamano
1
-1
/
+1
2019-12-06
Merge branch 'rs/use-skip-prefix-more'
Junio C Hamano
5
-22
/
+16
2019-12-06
Merge branch 'rs/simplify-prepare-cmd'
Junio C Hamano
1
-2
/
+1
2019-12-06
Merge branch 'rs/test-cleanup'
Junio C Hamano
10
-23
/
+16
2019-12-06
Merge branch 'sg/assume-no-todo-update-in-cherry-pick'
Junio C Hamano
2
-1
/
+31
2019-12-06
Merge branch 'sg/osx-force-gcc-9'
Junio C Hamano
2
-4
/
+5
2019-12-06
name-rev: drop name_rev()'s 'generation' and 'distance' parameters
SZEDER Gábor
1
-12
/
+13
2019-12-06
name-rev: restructure creating/updating 'struct rev_name' instances
SZEDER Gábor
1
-14
/
+21
2019-12-06
name-rev: restructure parsing commits and applying date cutoff
SZEDER Gábor
1
-13
/
+16
2019-12-06
name-rev: pull out deref handling from the recursion
SZEDER Gábor
1
-17
/
+10
2019-12-06
name-rev: extract creating/updating a 'struct name_rev' into a helper
SZEDER Gábor
1
-13
/
+27
2019-12-06
t6120: add a test to cover inner conditions in 'git name-rev's name_rev()
SZEDER Gábor
1
-0
/
+41
2019-12-06
name-rev: use sizeof(*ptr) instead of sizeof(type) in allocation
SZEDER Gábor
1
-1
/
+1
2019-12-06
name-rev: avoid unnecessary cast in name_ref()
SZEDER Gábor
1
-1
/
+1
2019-12-06
name-rev: use strbuf_strip_suffix() in get_rev_name()
René Scharfe
1
-4
/
+3
2019-12-06
t6120-describe: modernize the 'check_describe' helper
SZEDER Gábor
1
-6
/
+4
2019-12-06
range-diff: clear `other_arg` at end of function
Denton Liu
1
-0
/
+1
2019-12-06
range-diff: mark pointers as const
Denton Liu
2
-5
/
+5
2019-12-06
t3206: fix incorrect test name
Denton Liu
1
-1
/
+1
2019-12-06
t9300-fast-import: don't hang if background fast-import exits too early
SZEDER Gábor
1
-2
/
+14
2019-12-06
t9300-fast-import: store the PID in a variable instead of pidfile
SZEDER Gábor
1
-3
/
+3
2019-12-06
commit: give correct advice for empty commit during a rebase
Phillip Wood
5
-19
/
+114
2019-12-06
commit: encapsulate determine_whence() for sequencer
Phillip Wood
3
-6
/
+15
2019-12-06
commit: use enum value for multiple cherry-picks
Phillip Wood
2
-15
/
+19
2019-12-06
sequencer: write CHERRY_PICK_HEAD for reword and edit
Phillip Wood
2
-1
/
+56
2019-12-06
cherry-pick: check commit error messages
Phillip Wood
1
-0
/
+23
2019-12-06
cherry-pick: add test for `--skip` advice in `git commit`
Johannes Schindelin
1
-1
/
+2
2019-12-06
t3404: use test_cmp_rev
Phillip Wood
1
-19
/
+19
2019-12-06
apply --allow-overlap: fix a corner case
Johannes Schindelin
1
-0
/
+10
2019-12-06
git add -p: use non-zero exit code when the diff generation failed
Johannes Schindelin
2
-4
/
+6
2019-12-06
t3701: verify that the diff.algorithm config setting is handled
Johannes Schindelin
1
-0
/
+10
[prev]
[next]