| Commit message (Expand) | Author | Age | Files | Lines |
* | dump_marks(): remove a redundant call to rollback_lock_file() | Michael Haggerty | 2014-10-01 | 1 | -3/+1 |
* | Merge branch 'rs/realloc-array' | Junio C Hamano | 2014-09-26 | 1 | -1/+1 |
|\ |
|
| * | use REALLOC_ARRAY for changing the allocation size of arraysrs/realloc-array | René Scharfe | 2014-09-18 | 1 | -1/+1 |
* | | Merge branch 'mb/fast-import-delete-root' | Junio C Hamano | 2014-09-19 | 1 | -1/+5 |
|\ \ |
|
| * | | fast-import: fix segfault in store_tree()mb/fast-import-delete-root | Maxim Bublis | 2014-08-29 | 1 | -1/+5 |
* | | | Merge branch 'jk/commit-author-parsing' | Junio C Hamano | 2014-09-19 | 1 | -11/+9 |
|\ \ \
| |_|/
|/| | |
|
| * | | date: use strbufs in date-formatting functions | Jeff King | 2014-08-27 | 1 | -11/+9 |
| |/ |
|
* | | Merge branch 'jk/fast-import-fixes' | Junio C Hamano | 2014-09-11 | 1 | -4/+7 |
|\ \ |
|
| * | | fast-import: fix buffer overflow in dump_tagsjk/top-level-refs-cleanupjk/fast-import-fixes | Jeff King | 2014-08-25 | 1 | -4/+6 |
| * | | fast-import: clean up pack_data pointer in end_packfile | Jeff King | 2014-08-25 | 1 | -4/+7 |
* | | | Merge branch 'rs/ref-transaction-1' | Junio C Hamano | 2014-09-11 | 1 | -16/+38 |
|\ \ \ |
|
| * | | | fast-import.c: use a ref transaction when dumping tags | Ronnie Sahlberg | 2014-09-03 | 1 | -6/+23 |
| * | | | fast-import.c: change update_branch to use ref transactions | Ronnie Sahlberg | 2014-09-03 | 1 | -10/+15 |
* | | | | fast-import.c: replace `git_config()` with `git_config_get_*()` family | Tanay Abhra | 2014-08-13 | 1 | -23/+21 |
| |_|/
|/| | |
|
* | | | fast-import: use hashcmp() for SHA1 hash comparison | René Scharfe | 2014-07-18 | 1 | -1/+1 |
* | | | fast-import: refactor parsing of spaces | Jeff King | 2014-06-20 | 1 | -13/+7 |
* | | | fast-import: use skip_prefix for parsing input | Jeff King | 2014-06-20 | 1 | -72/+51 |
* | | | use skip_prefix to avoid magic numbers | Jeff King | 2014-06-20 | 1 | -32/+37 |
* | | | fast-import: fix read of uninitialized argv memory | Jeff King | 2014-06-20 | 1 | -5/+8 |
|/ / |
|
* | | fast-import: add support to delete refs | Felipe Contreras | 2014-04-21 | 1 | -3/+10 |
|/ |
|
* | use strchrnul() in place of strchr() and strlen()rm/strchrnul-not-strlen | Rohit Mani | 2014-03-10 | 1 | -21/+12 |
* | replace {pre,suf}fixcmp() with {starts,ends}_with()cc/starts-n-ends-with | Christian Couder | 2013-12-05 | 1 | -40/+40 |
* | Merge branch 'bk/refs-multi-update' | Junio C Hamano | 2013-09-20 | 1 | -1/+1 |
|\ |
|
| * | refs: report ref type from lock_any_ref_for_update | Brad King | 2013-08-30 | 1 | -1/+1 |
* | | Merge branch 'rh/ishes-doc' | Junio C Hamano | 2013-09-17 | 1 | -10/+10 |
|\ \ |
|
| * | | use 'commit-ish' instead of 'committish' | Richard Hansen | 2013-09-04 | 1 | -8/+8 |
| * | | use 'tree-ish' instead of 'treeish' | Richard Hansen | 2013-09-04 | 1 | -2/+2 |
| |/ |
|
* | | Merge branch 'jk/fast-import-empty-ls' | Junio C Hamano | 2013-09-04 | 1 | -20/+38 |
|\ \
| |/
|/| |
|
| * | fast-import: allow moving the root treejk/fast-import-empty-ls | John Keeping | 2013-06-23 | 1 | -7/+14 |
| * | fast-import: allow ls or filecopy of the root tree | John Keeping | 2013-06-23 | 1 | -13/+22 |
| * | fast-import: set valid mode on root tree in "ls" | John Keeping | 2013-06-23 | 1 | -0/+2 |
* | | Merge branch 'fc/fast-export-persistent-marks' | Junio C Hamano | 2013-06-02 | 1 | -1/+1 |
|\ \ |
|
| * | | fast-{import,export}: use get_sha1_hex() to read from marks file | Felipe Contreras | 2013-05-07 | 1 | -1/+1 |
| |/ |
|
* | | sparse: Fix mingw_main() argument number/type errors | Ramsay Jones | 2013-04-28 | 1 | -2/+2 |
|/ |
|
* | fast-import: Fix an gcc -Wuninitialized warning | Ramsay Jones | 2013-03-29 | 1 | -0/+1 |
* | fast-import: clarify "inline" logic in file_change_m | Jeff King | 2013-03-21 | 1 | -1/+2 |
* | drop some obsolete "x = x" compiler warning hacks | Jeff King | 2013-03-21 | 1 | -1/+1 |
* | fast-import: use pointer-to-pointer to keep list tail | Jeff King | 2013-03-21 | 1 | -6/+4 |
* | Merge branch 'jc/merge-bases' | Junio C Hamano | 2012-09-11 | 1 | -1/+1 |
|\ |
|
| * | in_merge_bases(): support only one "other" commit | Junio C Hamano | 2012-08-27 | 1 | -1/+1 |
* | | fast-import: tighten parsing of datarefs | Pete Wyckoff | 2012-04-10 | 1 | -33/+77 |
|/ |
|
* | Merge branch 'jn/maint-fast-import-empty-ls' into maint | Junio C Hamano | 2012-03-26 | 1 | -0/+4 |
|\ |
|
| * | fast-import: don't allow 'ls' of path with empty componentsjn/maint-fast-import-empty-ls | Jonathan Nieder | 2012-03-09 | 1 | -0/+2 |
| * | fast-import: leakfix for 'ls' of dirty trees | Jonathan Nieder | 2012-03-09 | 1 | -0/+2 |
* | | fast-import: zero all of 'struct tag' to silence valgrind | Thomas Rast | 2012-03-05 | 1 | -1/+1 |
* | | Appease Sun Studio by renaming "tmpfile"ab/sun-studio-portability | Ævar Arnfjörð Bjarmason | 2011-12-21 | 1 | -4/+4 |
* | | Merge branch 'ab/enable-i18n' | Junio C Hamano | 2011-12-19 | 1 | -0/+2 |
|\ \ |
|
| * | | i18n: add infrastructure for translating Git with gettextab/enable-i18n | Ævar Arnfjörð Bjarmason | 2011-12-05 | 1 | -0/+2 |
* | | | Merge branch 'jc/stream-to-pack' | Junio C Hamano | 2011-12-16 | 1 | -17/+8 |
|\ \ \ |
|
| * | | | csum-file: introduce sha1file_checkpoint | Junio C Hamano | 2011-11-30 | 1 | -17/+8 |
| |/ / |
|