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
/
commit.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2014-07-23
Merge branch 'ta/string-list-init'
Junio C Hamano
1
-2
/
+1
2014-07-22
Merge branch 'rs/code-cleaning'
Junio C Hamano
1
-1
/
+1
2014-07-21
replace memset with string-list initializers
Tanay Abhra
1
-2
/
+1
2014-07-17
strbuf: use strbuf_addstr() for adding C strings
René Scharfe
1
-1
/
+1
2014-07-16
Merge branch 'nd/split-index'
Junio C Hamano
1
-19
/
+14
2014-07-16
Merge branch 'jk/commit-buffer-length' into maint
Junio C Hamano
1
-2
/
+2
2014-07-14
cache-tree: Write updated cache-tree after commit
David Turner
1
-1
/
+17
2014-07-09
Merge branch 'jk/skip-prefix'
Junio C Hamano
1
-3
/
+2
2014-07-02
Merge branch 'jk/commit-buffer-length'
Junio C Hamano
1
-2
/
+2
2014-06-25
Merge branch 'jl/status-added-submodule-is-never-ignored' into maint
Junio C Hamano
1
-2
/
+16
2014-06-25
Merge branch 'jk/commit-C-pick-empty' into maint
Junio C Hamano
1
-3
/
+2
2014-06-20
refactor skip_prefix to return a boolean
Jeff King
1
-3
/
+2
2014-06-16
Merge branch 'jl/status-added-submodule-is-never-ignored'
Junio C Hamano
1
-2
/
+16
2014-06-13
read-cache: new API write_locked_index instead of write_index/write_cache
Nguyễn Thái Ngọc Duy
1
-19
/
+14
2014-06-12
commit_tree: take a pointer/len pair rather than a const strbuf
Jeff King
1
-2
/
+2
2014-06-06
Merge branch 'nd/status-auto-comment-char'
Junio C Hamano
1
-0
/
+32
2014-06-06
Merge branch 'fc/status-printf-squelch-format-zero-length-warnings'
Junio C Hamano
1
-1
/
+1
2014-06-06
Merge branch 'jk/commit-C-pick-empty'
Junio C Hamano
1
-3
/
+2
2014-06-03
Merge branch 'jk/commit-date-approxidate'
Junio C Hamano
1
-19
/
+60
2014-05-19
commit: allow core.commentChar=auto for character auto selection
Nguyễn Thái Ngọc Duy
1
-0
/
+32
2014-05-07
silence a bunch of format-zero-length warnings
Felipe Contreras
1
-1
/
+1
2014-05-02
commit: accept more date formats for "--date"
Jeff King
1
-2
/
+25
2014-05-02
commit: print "Date" line when the user has set date
Jeff King
1
-0
/
+19
2014-05-02
commit: use split_ident_line to compare author/committer
Jeff King
1
-17
/
+16
[next]