index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-15
pkt-line.[ch]: remove unused packet_read_line_buf()
Ævar Arnfjörð Bjarmason
1
-2
/
+2
2021-10-12
Merge branch 'da/difftool-dir-diff-symlink-fix' into maint
Junio C Hamano
1
-0
/
+2
2021-10-12
Merge branch 'jk/clone-unborn-head-in-bare' into maint
Junio C Hamano
1
-16
/
+17
2021-10-12
Merge branch 'en/stash-df-fix' into maint
Junio C Hamano
1
-3
/
+17
2021-10-12
Merge branch 'en/am-abort-fix' into maint
Junio C Hamano
1
-1
/
+2
2021-10-12
Merge branch 'ps/update-ref-batch-flush' into maint
Junio C Hamano
1
-4
/
+10
2021-10-12
Merge branch 'tb/pack-finalize-ordering' into maint
Junio C Hamano
3
-30
/
+35
2021-10-12
Merge branch 'so/diff-index-regression-fix' into maint
Junio C Hamano
1
-3
/
+3
2021-10-12
Merge branch 'tk/fast-export-anonymized-tag-fix' into maint
Junio C Hamano
1
-0
/
+1
2021-10-12
Merge branch 'sg/column-nl' into maint
Junio C Hamano
1
-1
/
+1
2021-10-12
Merge branch 'rs/branch-allow-deleting-dangling' into maint
Junio C Hamano
1
-1
/
+1
2021-10-12
Merge branch 'mt/quiet-with-delayed-checkout' into maint
Junio C Hamano
1
-1
/
+1
2021-10-12
Merge branch 'jk/commit-edit-fixup-fix' into maint
Junio C Hamano
1
-2
/
+3
2021-10-12
Merge branch 'en/pull-conflicting-options' into maint
Junio C Hamano
2
-12
/
+45
2021-10-12
Merge branch 'jt/push-negotiation-fixes' into maint
Junio C Hamano
2
-1
/
+4
2021-10-12
Merge branch 'ab/pack-stdin-packs-fix' into maint
Junio C Hamano
1
-3
/
+20
2021-10-12
Merge branch 'jc/prefix-filename-allocates' into maint
Junio C Hamano
1
-1
/
+1
2021-10-12
Merge branch 'rs/show-branch-simplify' into maint
Junio C Hamano
1
-10
/
+5
2021-10-12
Merge branch 'ab/gc-log-rephrase' into maint
Junio C Hamano
1
-1
/
+1
2021-10-12
Merge branch 'rs/xopen-reports-open-failures' into maint
Junio C Hamano
11
-37
/
+12
2021-10-12
Merge branch 'js/maintenance-launchctl-fix' into maint
Junio C Hamano
1
-21
/
+70
2021-10-12
Merge branch 'ab/rebase-fatal-fatal-fix' into maint
Junio C Hamano
1
-1
/
+1
2021-10-12
Merge branch 'ab/ls-remote-packet-trace' into maint
Junio C Hamano
1
-0
/
+2
2021-10-12
Merge branch 'cb/builtin-merge-format-string-fix' into maint
Junio C Hamano
1
-3
/
+5
2021-10-12
Merge branch 'en/merge-strategy-docs' into maint
Junio C Hamano
1
-1
/
+1
2021-09-23
difftool: fix symlink-file writing in dir-diff mode
David Aguilar
1
-0
/
+2
2021-09-20
clone: handle unborn branch in bare repos
Jeff King
1
-16
/
+17
2021-09-10
am: fix incorrect exit status on am fail to abort
Elijah Newren
1
-1
/
+2
2021-09-10
stash: restore untracked files AFTER restoring tracked files
Elijah Newren
1
-3
/
+3
2021-09-10
stash: avoid feeding directories to update-index
Elijah Newren
1
-0
/
+14
2021-09-09
pack-objects: rename .idx files into place after .bitmap files
Ævar Arnfjörð Bjarmason
1
-1
/
+2
2021-09-09
pack-write: split up finish_tmp_packfile() function
Ævar Arnfjörð Bjarmason
1
-2
/
+5
2021-09-09
builtin/index-pack.c: move `.idx` files into place last
Taylor Blau
1
-2
/
+2
2021-09-09
index-pack: refactor renaming in final()
Ævar Arnfjörð Bjarmason
1
-25
/
+23
2021-09-09
builtin/repack.c: move `.idx` files into place last
Taylor Blau
1
-1
/
+1
2021-09-09
pack-write: refactor renaming in finish_tmp_packfile()
Ævar Arnfjörð Bjarmason
1
-2
/
+5
2021-09-07
hash-object: prefix_filename() returns allocated memory these days
Junio C Hamano
1
-1
/
+1
2021-09-07
diff-index: restore -c/--cc options handling
Sergey Organov
1
-3
/
+3
2021-09-03
update-ref: fix streaming of status updates
Patrick Steinhardt
1
-4
/
+10
2021-09-02
gc: remove trailing dot from "gc.log" line
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2021-08-31
fast-export: fix anonymized tag using original length
Tal Kelrich
1
-0
/
+1
2021-08-27
branch: allow deleting dangling branches with --force
René Scharfe
1
-1
/
+1
2021-08-27
show-branch: simplify rev_is_head()
René Scharfe
1
-10
/
+5
2021-08-26
checkout: make delayed checkout respect --quiet and --no-progress
Matheus Tavares
1
-1
/
+1
2021-08-26
column: fix parsing of the '--nl' option
SZEDER Gábor
1
-1
/
+1
2021-08-25
use xopen() to handle fatal open(2) failures
René Scharfe
11
-37
/
+12
2021-08-24
rebase: emit one "fatal" in "fatal: fatal: <error>"
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2021-08-24
ls-remote: set packet_trace_identity(<name>)
Ævar Arnfjörð Bjarmason
1
-0
/
+2
2021-08-24
maintenance: skip bootout/bootstrap when plist is registered
Derrick Stolee
1
-9
/
+45
2021-08-24
maintenance: create `launchctl` configuration using a lock file
Johannes Schindelin
1
-17
/
+30
[next]