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
2015-09-01
rerere: release lockfile in non-writing functions
Jeff King
2
-14
/
+9
2015-08-31
Merge branch 'sg/describe-contains'
Junio C Hamano
1
-4
/
+4
2015-08-31
Merge branch 'db/push-sign-if-asked'
Junio C Hamano
2
-106
/
+128
2015-08-31
Merge branch 'jk/notes-merge-config'
Junio C Hamano
1
-13
/
+30
2015-08-31
Merge branch 'jc/am-state-fix'
Junio C Hamano
4
-34
/
+48
2015-08-31
Merge branch 'jc/log-p-cc'
Junio C Hamano
1
-9
/
+16
2015-08-31
Merge branch 'jk/rev-list-has-no-notes'
Junio C Hamano
1
-0
/
+3
2015-08-31
Merge branch 'hv/submodule-config'
Junio C Hamano
2
-0
/
+2
2015-08-31
Merge branch 'sg/config-name-only'
Junio C Hamano
1
-45
/
+41
2015-08-26
Merge branch 'jc/calloc-pathspec'
Junio C Hamano
2
-2
/
+2
2015-08-26
Merge branch 'pt/am-builtin'
Junio C Hamano
1
-1
/
+1
2015-08-26
Merge branch 'pt/am-builtin-abort-fix'
Junio C Hamano
1
-13
/
+36
2015-08-26
i18n: am: fix typo in description of -b option
Jiang Xin
1
-1
/
+1
2015-08-25
Merge branch 'mh/tempfile'
Junio C Hamano
4
-29
/
+20
2015-08-25
Merge branch 'pt/am-builtin-options'
Junio C Hamano
1
-6
/
+36
2015-08-25
Merge branch 'dt/notes-multiple'
Junio C Hamano
1
-0
/
+6
2015-08-25
builtin/log.c: minor reformat
Junio C Hamano
1
-4
/
+2
2015-08-25
write_file(): drop caller-supplied LF from calls to create a one-liner file
Junio C Hamano
2
-6
/
+6
2015-08-25
write_file_v(): do not leave incomplete line at the end
Junio C Hamano
1
-8
/
+2
2015-08-25
describe --contains: default to HEAD when no commit-ish is given
SZEDER Gábor
1
-4
/
+4
2015-08-24
write_file(): drop "fatal" parameter
Junio C Hamano
4
-9
/
+9
2015-08-24
builtin/am: make sure state files are text
Junio C Hamano
1
-2
/
+8
2015-08-24
builtin/am: introduce write_state_*() helper functions
Junio C Hamano
1
-27
/
+41
2015-08-24
rev-list: make it obvious that we do not support notes
Jeff King
1
-0
/
+3
2015-08-20
log: show merge commit when --cc is given
Junio C Hamano
1
-0
/
+4
2015-08-20
log: when --cc is given, default to -p unless told otherwise
Junio C Hamano
1
-0
/
+4
2015-08-20
log: rename "tweak" helpers
Junio C Hamano
1
-5
/
+6
2015-08-20
get_urlmatch: avoid useless strbuf write
Jeff King
1
-4
/
+1
2015-08-20
format_config: simplify buffer handling
Jeff King
1
-22
/
+16
2015-08-20
format_config: don't init strbuf
Jeff King
1
-2
/
+1
2015-08-20
config: restructure format_config() for better control flow
SZEDER Gábor
1
-41
/
+37
2015-08-20
ps_matched: xcalloc() takes nmemb and then element size
Junio C Hamano
2
-2
/
+2
2015-08-19
Merge branch 'jk/git-path'
Junio C Hamano
9
-69
/
+84
2015-08-19
Merge branch 'jc/finalize-temp-file'
Junio C Hamano
1
-2
/
+2
2015-08-19
Merge branch 'ps/guess-repo-name-at-root'
Junio C Hamano
1
-10
/
+52
2015-08-19
Merge branch 'jk/guess-repo-name-regression-fix'
Junio C Hamano
1
-1
/
+2
2015-08-19
Merge branch 'sb/remove-unused-var-from-builtin-add' into maint
Junio C Hamano
1
-2
/
+0
2015-08-19
Merge branch 'ib/scripted-parse-opt-better-hint-string' into maint
Junio C Hamano
1
-27
/
+30
2015-08-19
Merge branch 'db/send-pack-user-signingkey' into maint
Junio C Hamano
1
-0
/
+3
2015-08-19
Merge branch 'jx/do-not-crash-receive-pack-wo-head' into maint
Junio C Hamano
1
-1
/
+1
2015-08-19
push: add a config option push.gpgSign for default signed pushes
Dave Borowitz
2
-15
/
+62
2015-08-19
push: support signing pushes iff the server supports it
Dave Borowitz
2
-3
/
+23
2015-08-19
builtin/send-pack.c: use parse_options API
Dave Borowitz
1
-104
/
+59
2015-08-19
submodule: allow erroneous values for the fetchRecurseSubmodules option
Heiko Voigt
1
-0
/
+1
2015-08-19
submodule: use new config API for worktree configurations
Heiko Voigt
1
-0
/
+1
2015-08-19
am --skip/--abort: merge HEAD/ORIG_HEAD tree into index
Paul Tan
1
-13
/
+36
2015-08-17
notes: teach git-notes about notes.<name>.mergeStrategy option
Jacob Keller
1
-1
/
+13
2015-08-17
notes: add notes.mergeStrategy option to select default strategy
Jacob Keller
1
-2
/
+17
2015-08-17
notes: extract parse_notes_merge_strategy to notes-utils
Jacob Keller
1
-11
/
+1
2015-08-17
Merge branch 'mh/get-remote-group-fix'
Junio C Hamano
1
-8
/
+6
[next]