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-06-14
Merge branch 'mh/reflife'
Junio C Hamano
5
-51
/
+57
2013-06-11
Merge branch 'rs/unpack-trees-plug-leak'
Junio C Hamano
1
-2
/
+3
2013-06-06
Merge branch 'rr/push-head'
Junio C Hamano
1
-7
/
+14
2013-06-06
Merge branch 'nd/clone-connectivity-shortcut'
Junio C Hamano
2
-14
/
+39
2013-06-06
Merge branch 'nd/prune-packed-dryrun-verbose'
Junio C Hamano
2
-9
/
+8
2013-06-05
Merge branch 'rs/commit-m-no-edit'
Junio C Hamano
1
-4
/
+6
2013-06-02
Merge branch 'tr/line-log'
Junio C Hamano
2
-91
/
+39
2013-06-02
Merge branch 'mc/describe-first-parent'
Junio C Hamano
1
-0
/
+5
2013-06-02
Merge branch 'jk/fetch-always-update-tracking'
Junio C Hamano
1
-22
/
+51
2013-06-02
Merge branch 'vv/help-unknown-ref'
Junio C Hamano
1
-1
/
+2
2013-06-02
Merge branch 'nd/clone-local-with-colon'
Junio C Hamano
1
-0
/
+2
2013-06-02
Merge branch 'fc/fast-export-persistent-marks'
Junio C Hamano
1
-7
/
+15
2013-06-02
diff-lib, read-tree, unpack-trees: mark cache_entry array paramters const
René Scharfe
1
-1
/
+2
2013-06-02
diff-lib, read-tree, unpack-trees: mark cache_entry pointers const
René Scharfe
1
-1
/
+1
2013-06-02
exclude_existing(): set existing_refs.strdup_strings
Michael Haggerty
1
-1
/
+1
2013-06-02
add_existing(): do not retain a reference to sha1
Michael Haggerty
1
-3
/
+4
2013-06-02
do_fetch(): clean up existing_refs before exiting
Michael Haggerty
1
-5
/
+9
2013-06-02
do_fetch(): reduce scope of peer_item
Michael Haggerty
1
-3
/
+3
2013-05-29
push: make push.default = current use resolved HEAD
Ramkumar Ramachandra
1
-1
/
+1
2013-05-29
push: fail early with detached HEAD and current
Ramkumar Ramachandra
1
-0
/
+5
2013-05-29
Merge branch 'jn/config-ignore-inaccessible'
Junio C Hamano
1
-2
/
+2
2013-05-29
Merge branch 'mh/packed-refs-various'
Junio C Hamano
2
-2
/
+1
2013-05-29
Merge branch 'as/check-ignore'
Junio C Hamano
1
-42
/
+50
2013-05-29
Merge branch 'jh/checkout-auto-tracking'
Junio C Hamano
1
-20
/
+22
2013-05-29
Merge branch 'jc/prune-all'
Junio C Hamano
2
-9
/
+9
2013-05-29
push: factor out the detached HEAD error message
Ramkumar Ramachandra
1
-6
/
+8
2013-05-28
commit: don't start editor if empty message is given with -m
René Scharfe
1
-4
/
+6
2013-05-28
fsck: don't put a void*-shaped peg in a char*-shaped hole
Michael Haggerty
1
-1
/
+1
2013-05-28
cmd_diff(): make it obvious which cases are exclusive of each other
Michael Haggerty
1
-5
/
+4
2013-05-28
cmd_diff(): rename local variable "list" -> "entry"
Michael Haggerty
1
-4
/
+4
2013-05-28
cmd_diff(): use an object_array for holding trees
Michael Haggerty
1
-19
/
+18
2013-05-28
builtin_diff_tree(): make it obvious that function wants two entries
Michael Haggerty
1
-9
/
+10
2013-05-28
fetch: make own copies of refnames
Michael Haggerty
1
-2
/
+2
2013-05-28
describe: make own copy of refname
Michael Haggerty
1
-2
/
+4
2013-05-28
prune-packed: avoid implying "1" is DRY_RUN in prune_packed_objects()
Nguyễn Thái Ngọc Duy
2
-9
/
+8
2013-05-28
fetch: don't try to update unfetched tracking refs
John Keeping
1
-1
/
+1
2013-05-28
clone: open a shortcut for connectivity check
Nguyễn Thái Ngọc Duy
2
-12
/
+34
2013-05-28
index-pack: remove dead code (it should never happen)
Nguyễn Thái Ngọc Duy
1
-2
/
+1
2013-05-20
describe: Add --first-parent option
Mike Crowe
1
-0
/
+5
2013-05-12
fetch: opportunistically update tracking refs
Jeff King
1
-0
/
+16
2013-05-12
refactor "ref->merge" flag
Jeff King
1
-22
/
+35
2013-05-11
clone: let the user know when check_everything_connected is run
Nguyễn Thái Ngọc Duy
1
-0
/
+4
2013-05-08
merge: use help_unknown_ref()
Vikrant Varma
1
-1
/
+2
2013-05-07
fast-{import,export}: use get_sha1_hex() to read from marks file
Felipe Contreras
1
-1
/
+1
2013-05-07
clone: allow cloning local paths with colons in them
Nguyễn Thái Ngọc Duy
1
-0
/
+2
2013-05-07
fast-export: don't parse commits while reading marks file
Felipe Contreras
1
-1
/
+6
2013-05-07
fast-export: do not parse non-commit objects while reading marks file
Felipe Contreras
1
-6
/
+9
2013-05-06
Merge branch 'jk/merge-tree-added-identically'
Junio C Hamano
1
-1
/
+5
2013-05-06
merge-tree: handle directory/empty conflict correctly
John Keeping
1
-1
/
+5
2013-05-03
Merge branch 'tr/remote-tighten-commandline-parsing' into maint
Junio C Hamano
1
-1
/
+1
[next]