index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2013-05-01
refs: use same lock_file object for both ref-packing functions
Michael Haggerty
1
-6
/
+4
2013-05-01
pack_one_ref(): rename "path" parameter to "refname"
Michael Haggerty
1
-7
/
+7
2013-05-01
pack-refs: merge code from pack-refs.{c,h} into refs.{c,h}
Michael Haggerty
7
-170
/
+159
2013-05-01
pack-refs: rename handle_one_ref() to pack_one_ref()
Michael Haggerty
1
-2
/
+2
2013-05-01
refs: extract a function write_packed_entry()
Michael Haggerty
1
-16
/
+30
2013-05-01
repack_without_ref(): write peeled refs in the rewritten file
Michael Haggerty
2
-1
/
+24
2013-05-01
t3211: demonstrate loss of peeled refs if a packed ref is deleted
Michael Haggerty
1
-0
/
+9
2013-05-01
refs: change how packed refs are deleted
Michael Haggerty
1
-16
/
+68
2013-05-01
search_ref_dir(): return an index rather than a pointer
Michael Haggerty
1
-12
/
+18
2013-05-01
repack_without_ref(): silence errors for dangling packed refs
Michael Haggerty
2
-3
/
+36
2013-05-01
t3210: test for spurious error messages for dangling packed refs
Michael Haggerty
1
-0
/
+33
2013-05-01
refs: change the internal reference-iteration API
Michael Haggerty
1
-61
/
+83
2013-05-01
refs: extract a function peel_entry()
Michael Haggerty
1
-14
/
+49
2013-05-01
peel_ref(): fix return value for non-peelable, not-current reference
Michael Haggerty
2
-1
/
+12
2013-05-01
peel_object(): give more specific information in return value
Michael Haggerty
1
-8
/
+24
2013-05-01
refs: extract function peel_object()
Michael Haggerty
1
-20
/
+30
2013-05-01
refs: extract a function ref_resolves_to_object()
Michael Haggerty
1
-8
/
+20
2013-05-01
repack_without_ref(): use function get_packed_ref()
Michael Haggerty
1
-3
/
+5
2013-05-01
peel_ref(): use function get_packed_ref()
Michael Haggerty
1
-3
/
+2
2013-05-01
get_packed_ref(): return a ref_entry
Michael Haggerty
1
-11
/
+9
2013-05-01
do_for_each_ref_in_dirs(): remove dead code
Michael Haggerty
1
-7
/
+0
2013-05-01
refs: define constant PEELED_LINE_LENGTH
Michael Haggerty
1
-2
/
+5
2013-05-01
refs: document how current_ref is used
Michael Haggerty
1
-0
/
+9
2013-05-01
refs: document do_for_each_ref() and do_one_ref()
Michael Haggerty
1
-1
/
+14
2013-05-01
refs: document the fields of struct ref_value
Michael Haggerty
1
-0
/
+12
2013-05-01
refs: document flags constants REF_*
Michael Haggerty
2
-1
/
+24
2013-04-25
prune: introduce OPT_EXPIRY_DATE() and use it
Junio C Hamano
4
-2
/
+16
2013-04-18
api-parse-options.txt: document "no-" for non-boolean options
Michael Haggerty
1
-0
/
+2
2013-04-18
git-gc.txt, git-reflog.txt: document new expiry options
Michael Haggerty
2
-4
/
+10
2013-04-17
date.c: add parse_expiry_date()
Junio C Hamano
3
-7
/
+30
2013-04-12
fast-export: fix argument name in error messages
Paul Price
1
-2
/
+2
2013-04-12
Documentation: distinguish between ref and offset deltas in pack-format
Stefan Saasen
1
-1
/
+3
2013-04-07
Git 1.8.1.6
Junio C Hamano
3
-2
/
+8
2013-04-07
Merge branch 'jc/directory-attrs-regression-fix' into maint-1.8.1
Junio C Hamano
3
-17
/
+89
2013-04-07
remote-helpers/test-bzr.sh: do not use "grep '\s'"
Torsten Bögershausen
1
-1
/
+1
2013-04-03
Start preparing for 1.8.1.6
Junio C Hamano
2
-1
/
+35
2013-04-03
Merge branch 'kb/name-hash' into maint-1.8.1
Junio C Hamano
4
-62
/
+166
2013-04-03
Merge branch 'kk/revwalk-slop-too-many-commit-within-a-second' into maint-1.8.1
Junio C Hamano
2
-1
/
+14
2013-04-03
Merge branch 'jk/checkout-attribute-lookup' into maint-1.8.1
Junio C Hamano
2
-74
/
+97
2013-04-03
Merge branch 'jk/fully-peeled-packed-ref' into maint-1.8.1
Junio C Hamano
9
-27
/
+145
2013-04-03
Merge branch 'ap/maint-diff-rename-avoid-overlap' into maint-1.8.1
Junio C Hamano
2
-1
/
+67
2013-04-03
Merge branch 'yd/doc-merge-annotated-tag' into maint-1.8.1
Junio C Hamano
2
-1
/
+26
2013-04-03
Merge branch 'ap/maint-update-index-h-is-for-help' into maint-1.8.1
Junio C Hamano
1
-1
/
+1
2013-04-03
Merge branch 'jc/perl-cat-blob' into maint-1.8.1
Junio C Hamano
1
-10
/
+7
2013-04-03
Merge branch 'ob/imap-send-ssl-verify' into maint-1.8.1
Junio C Hamano
1
-0
/
+11
2013-04-03
Merge branch 'nd/index-pack-l10n-buf-overflow' into maint-1.8.1
Junio C Hamano
1
-4
/
+5
2013-04-03
git-tag(1): we tag HEAD by default
Thomas Rast
1
-0
/
+6
2013-03-28
t: check that a pattern without trailing slash matches a directory
Jeff King
1
-0
/
+27
2013-03-28
dir.c::match_pathname(): pay attention to the length of string parameters
Jeff King
1
-1
/
+12
2013-03-28
dir.c::match_pathname(): adjust patternlen when shifting pattern
Jeff King
1
-0
/
+1
[next]