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
2013-08-01
Merge branch 'jx/clean-interactive'
Junio C Hamano
1
-28
/
+52
2013-07-31
Merge branch 'jk/commit-how-to-abort-cherry-pick'
Junio C Hamano
1
-3
/
+22
2013-07-30
mv: move submodules using a gitfile
Jens Lehmann
1
-4
/
+15
2013-07-30
mv: move submodules together with their work trees
Jens Lehmann
1
-47
/
+52
2013-07-30
tag: use OPT_CMDMODE
Junio C Hamano
1
-15
/
+12
2013-07-30
tar-tree: remove dependency on sq_quote_print()
Ramkumar Ramachandra
1
-6
/
+5
2013-07-30
for-each-ref, quote: convert *_quote_print -> *_quote_buf
Nguyễn Thái Ngọc Duy
1
-4
/
+9
2013-07-29
many small typofixes
Ondřej Bílka
2
-2
/
+2
2013-07-29
commit: tweak empty cherry pick advice for sequencer
Jeff King
1
-3
/
+22
2013-07-25
builtin/rm.c: consolidate error reporting for removing submodules
Junio C Hamano
1
-21
/
+20
2013-07-24
Merge branch 'jk/cat-file-batch-optim'
Junio C Hamano
1
-3
/
+13
2013-07-24
Merge branch 'sb/misc-fixes'
Junio C Hamano
1
-1
/
+0
2013-07-24
git-clean: implement partial matching for selection
Jiang Xin
1
-28
/
+52
2013-07-23
smart http: use the same connectivity check on cloning
Nguyễn Thái Ngọc Duy
1
-0
/
+9
2013-07-23
rm: do not set a variable twice without intermediate reading.
Stefan Beller
1
-1
/
+0
2013-07-22
push --force-with-lease: tie it all together
Junio C Hamano
1
-0
/
+5
2013-07-22
push --force-with-lease: implement logic to populate old_sha1_expect[]
Junio C Hamano
2
-0
/
+10
2013-07-22
remote.c: add command line option parser for "--force-with-lease"
Junio C Hamano
2
-0
/
+23
2013-07-22
Sync with Git 1.8.3.4
Junio C Hamano
1
-1
/
+1
2013-07-22
Merge branch 'jc/name-rev-exact-ref'
Junio C Hamano
2
-32
/
+118
2013-07-22
Merge branch 'es/check-mailmap'
Junio C Hamano
1
-0
/
+66
2013-07-22
Merge branch 'jx/clean-interactive'
Junio C Hamano
3
-41
/
+760
2013-07-22
Merge branch 'hv/config-from-blob'
Junio C Hamano
1
-4
/
+27
2013-07-22
Merge branch 'nd/const-struct-cache-entry'
Junio C Hamano
10
-32
/
+33
2013-07-22
Merge branch 'jk/gcc-function-attributes'
Junio C Hamano
1
-0
/
+2
2013-07-22
Merge branch 'db/show-ref-head'
Junio C Hamano
1
-2
/
+6
2013-07-22
Merge branch 'tr/do-not-call-submodules-subprojects'
Junio C Hamano
2
-3
/
+3
2013-07-22
Merge branch 'mm/color-auto-default'
Junio C Hamano
1
-0
/
+1
2013-07-22
rev-parse: remove restrictions on some options
John Keeping
1
-15
/
+13
2013-07-22
update URL to the marc.info mail archive
Ondřej Bílka
1
-1
/
+1
2013-07-21
Merge branch 'ph/builtin-srcs-are-in-subdir-these-days' into maint
Junio C Hamano
3
-4
/
+2
2013-07-19
git add -e: Explicitly specify that patch should have no color
Andrew Wong
1
-0
/
+1
2013-07-19
Sync with maint
Junio C Hamano
1
-1
/
+1
2013-07-19
apply.c::find_name_traditional(): do not initialize len to the line's length
Stefan Beller
1
-1
/
+1
2013-07-19
Merge branch 'rs/logical-vs-binary-or' into maint
Junio C Hamano
3
-6
/
+6
2013-07-19
Add the LAST_ARG_MUST_BE_NULL macro
Ramsay Jones
1
-2
/
+2
2013-07-18
fetch: make --prune configurable
Michael Schubert
1
-5
/
+34
2013-07-18
describe: fix --contains when a tag is given as input
Junio C Hamano
2
-2
/
+18
2013-07-18
name-rev: differentiate between tags and commits they point at
Junio C Hamano
1
-8
/
+16
2013-07-18
Merge branch 'jk/in-pack-size-measurement'
Junio C Hamano
1
-37
/
+173
2013-07-18
Merge branch 'jk/maint-clone-shared-no-connectivity-validation'
Junio C Hamano
1
-9
/
+12
2013-07-18
show-branch: fix description of --date-order
Thomas Rast
1
-3
/
+3
2013-07-18
apply, entry: speak of submodules instead of subprojects
Thomas Rast
1
-1
/
+1
2013-07-17
show-ref: make --head always show the HEAD ref
Doug Bell
1
-2
/
+6
2013-07-15
parse_pathspec: accept :(icase)path syntax
Nguyễn Thái Ngọc Duy
2
-3
/
+5
2013-07-15
pathspec: support :(glob) syntax
Nguyễn Thái Ngọc Duy
2
-3
/
+8
2013-07-15
pathspec: support :(literal) syntax for noglob pathspec
Nguyễn Thái Ngọc Duy
2
-2
/
+2
2013-07-15
rename field "raw" to "_raw" in struct pathspec
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2013-07-15
remove match_pathspec() in favor of match_pathspec_depth()
Nguyễn Thái Ngọc Duy
2
-18
/
+16
2013-07-15
remove init_pathspec() in favor of parse_pathspec()
Nguyễn Thái Ngọc Duy
3
-14
/
+7
[prev]
[next]