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
/
fast-import.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-06-20
fast-import: refactor parsing of spaces
Jeff King
1
-13
/
+7
2014-06-20
fast-import: use skip_prefix for parsing input
Jeff King
1
-72
/
+51
2014-06-20
use skip_prefix to avoid magic numbers
Jeff King
1
-32
/
+37
2014-06-20
fast-import: fix read of uninitialized argv memory
Jeff King
1
-5
/
+8
2014-04-21
fast-import: add support to delete refs
Felipe Contreras
1
-3
/
+10
2014-03-10
use strchrnul() in place of strchr() and strlen()
Rohit Mani
1
-21
/
+12
2013-12-05
replace {pre,suf}fixcmp() with {starts,ends}_with()
Christian Couder
1
-40
/
+40
2013-09-20
Merge branch 'bk/refs-multi-update'
Junio C Hamano
1
-1
/
+1
2013-09-17
Merge branch 'rh/ishes-doc'
Junio C Hamano
1
-10
/
+10
2013-09-04
use 'commit-ish' instead of 'committish'
Richard Hansen
1
-8
/
+8
2013-09-04
use 'tree-ish' instead of 'treeish'
Richard Hansen
1
-2
/
+2
2013-09-04
Merge branch 'jk/fast-import-empty-ls'
Junio C Hamano
1
-20
/
+38
2013-08-30
refs: report ref type from lock_any_ref_for_update
Brad King
1
-1
/
+1
2013-06-23
fast-import: allow moving the root tree
John Keeping
1
-7
/
+14
2013-06-23
fast-import: allow ls or filecopy of the root tree
John Keeping
1
-13
/
+22
2013-06-23
fast-import: set valid mode on root tree in "ls"
John Keeping
1
-0
/
+2
2013-06-02
Merge branch 'fc/fast-export-persistent-marks'
Junio C Hamano
1
-1
/
+1
2013-05-07
fast-{import,export}: use get_sha1_hex() to read from marks file
Felipe Contreras
1
-1
/
+1
2013-04-28
sparse: Fix mingw_main() argument number/type errors
Ramsay Jones
1
-2
/
+2
2013-03-29
fast-import: Fix an gcc -Wuninitialized warning
Ramsay Jones
1
-0
/
+1
2013-03-21
fast-import: clarify "inline" logic in file_change_m
Jeff King
1
-1
/
+2
2013-03-21
drop some obsolete "x = x" compiler warning hacks
Jeff King
1
-1
/
+1
2013-03-21
fast-import: use pointer-to-pointer to keep list tail
Jeff King
1
-6
/
+4
2012-09-11
Merge branch 'jc/merge-bases'
Junio C Hamano
1
-1
/
+1
2012-08-27
in_merge_bases(): support only one "other" commit
Junio C Hamano
1
-1
/
+1
2012-04-10
fast-import: tighten parsing of datarefs
Pete Wyckoff
1
-33
/
+77
2012-03-26
Merge branch 'jn/maint-fast-import-empty-ls' into maint
Junio C Hamano
1
-0
/
+4
2012-03-09
fast-import: don't allow 'ls' of path with empty components
Jonathan Nieder
1
-0
/
+2
2012-03-09
fast-import: leakfix for 'ls' of dirty trees
Jonathan Nieder
1
-0
/
+2
2012-03-05
fast-import: zero all of 'struct tag' to silence valgrind
Thomas Rast
1
-1
/
+1
2011-12-21
Appease Sun Studio by renaming "tmpfile"
Ævar Arnfjörð Bjarmason
1
-4
/
+4
2011-12-19
Merge branch 'ab/enable-i18n'
Junio C Hamano
1
-0
/
+2
2011-12-16
Merge branch 'jc/stream-to-pack'
Junio C Hamano
1
-17
/
+8
2011-12-05
i18n: add infrastructure for translating Git with gettext
Ævar Arnfjörð Bjarmason
1
-0
/
+2
2011-11-30
csum-file: introduce sha1file_checkpoint
Junio C Hamano
1
-17
/
+8
2011-11-28
fast-import: Fix incorrect fanout level when modifying existing notes refs
Johan Herland
1
-3
/
+25
2011-10-13
Merge branch 'di/fast-import-empty-tag-note-fix'
Junio C Hamano
1
-0
/
+4
2011-10-05
Change check_ref_format() to take a flags argument
Michael Haggerty
1
-6
/
+1
2011-09-22
fast-import: don't allow to note on empty branch
Dmitry Ivankov
1
-0
/
+2
2011-09-22
fast-import: don't allow to tag empty branch
Dmitry Ivankov
1
-0
/
+2
2011-08-28
Merge branch 'di/fast-import-tagging'
Junio C Hamano
1
-7
/
+7
2011-08-28
Merge branch 'di/fast-import-blob-tweak'
Junio C Hamano
1
-5
/
+12
2011-08-28
Merge branch 'di/fast-import-deltified-tree'
Junio C Hamano
1
-5
/
+30
2011-08-28
Merge branch 'di/fast-import-ident'
Junio C Hamano
1
-12
/
+21
2011-08-23
fast-import: allow to tag newly created objects
Dmitry Ivankov
1
-3
/
+7
2011-08-23
fast-import: add tests for tagging blobs
Dmitry Ivankov
1
-7
/
+3
2011-08-22
fast-import: treat cat-blob as a delta base hint for next blob
Dmitry Ivankov
1
-1
/
+6
2011-08-22
fast-import: count and report # of calls to diff_delta in stats
Dmitry Ivankov
1
-4
/
+6
2011-08-14
fast-import: prevent producing bad delta
Dmitry Ivankov
1
-5
/
+30
2011-08-11
fast-import: check committer name more strictly
Dmitry Ivankov
1
-12
/
+17
[next]