| Commit message (Expand) | Author | Age | Files | Lines |
* | log --reflog: use dwim_log | Johannes Schindelin | 2007-02-08 | 1 | -0/+1 |
* | Add pretend_sha1_file() interface. | Junio C Hamano | 2007-02-05 | 1 | -0/+1 |
* | Rename get_ident() to fmt_ident() and make it available to outside | Junio C Hamano | 2007-02-04 | 1 | -0/+1 |
* | add logref support to git-symbolic-ref | Nicolas Pitre | 2007-01-28 | 1 | -1/+1 |
* | Don't force everybody to call setup_ident(). | Junio C Hamano | 2007-01-28 | 1 | -1/+0 |
* | Allow non-developer to clone, checkout and fetch more easily. | Junio C Hamano | 2007-01-25 | 1 | -1/+0 |
* | Do not verify filenames in a bare repository | Johannes Schindelin | 2007-01-20 | 1 | -0/+1 |
* | dwim_ref(): Separate name-to-ref DWIM code out. | Junio C Hamano | 2007-01-19 | 1 | -0/+2 |
* | Use fixed-size integers for .idx file I/O | Junio C Hamano | 2007-01-18 | 1 | -1/+1 |
* | cache.h; fix a couple of prototypes | Chris Wedgwood | 2007-01-16 | 1 | -2/+2 |
* | Remove read_or_die in favor of better error messages. | Shawn O. Pearce | 2007-01-14 | 1 | -1/+0 |
* | Merge branch 'jc/bare' | Junio C Hamano | 2007-01-11 | 1 | -1/+2 |
|\ |
|
| * | Introduce is_bare_repository() and core.bare configuration variable | Junio C Hamano | 2007-01-07 | 1 | -1/+2 |
* | | Merge branch 'jc/detached-head' | Junio C Hamano | 2007-01-11 | 1 | -1/+1 |
|\ \ |
|
| * | | Detached HEAD (experimental) | Junio C Hamano | 2007-01-08 | 1 | -1/+1 |
| |/ |
|
* | | short i/o: fix calls to read to use xread or read_in_full | Andy Whitcroft | 2007-01-08 | 1 | -0/+1 |
* | | short i/o: clean up the naming for the write_{in,or}_xxx family | Andy Whitcroft | 2007-01-08 | 1 | -1/+2 |
|/ |
|
* | Merge branch 'sp/mmap' | Junio C Hamano | 2007-01-07 | 1 | -8/+20 |
|\ |
|
| * | Create pack_report() as a debugging aid. | Shawn O. Pearce | 2006-12-29 | 1 | -0/+1 |
| * | Fully activate the sliding window pack access. | Shawn O. Pearce | 2006-12-29 | 1 | -0/+1 |
| * | Replace use_packed_git with window cursors. | Shawn O. Pearce | 2006-12-29 | 1 | -2/+2 |
| * | Refactor how we open pack files to prepare for multiple windows. | Shawn O. Pearce | 2006-12-29 | 1 | -0/+1 |
| * | Create read_or_die utility routine. | Shawn O. Pearce | 2006-12-29 | 1 | -0/+1 |
| * | Use off_t for index and pack file lengths. | Shawn O. Pearce | 2006-12-29 | 1 | -2/+2 |
| * | Refactor packed_git to prepare for sliding mmap windows. | Shawn O. Pearce | 2006-12-29 | 1 | -3/+10 |
| * | Introduce new config option for mmap limit. | Shawn O. Pearce | 2006-12-29 | 1 | -0/+1 |
| * | Replace unpack_entry_gently with unpack_entry. | Shawn O. Pearce | 2006-12-29 | 1 | -1/+1 |
* | | Merge branch 'maint' | Junio C Hamano | 2007-01-04 | 1 | -0/+1 |
|\ \ |
|
| * | | Fix infinite loop when deleting multiple packed refs. | Junio C Hamano | 2007-01-03 | 1 | -0/+1 |
* | | | send pack check for failure to send revisions list | Andy Whitcroft | 2007-01-02 | 1 | -0/+1 |
| |/
|/| |
|
* | | UTF-8: introduce i18n.logoutputencoding. | Junio C Hamano | 2006-12-27 | 1 | -2/+2 |
* | | Use preprocessor constants for environment variable names. | Junio C Hamano | 2006-12-19 | 1 | -0/+4 |
* | | Merge branch 'js/branch-config' | Junio C Hamano | 2006-12-17 | 1 | -0/+1 |
|\ \ |
|
| * | | add a function to rename sections in the config | Johannes Schindelin | 2006-12-16 | 1 | -0/+1 |
* | | | Default GIT_COMMITTER_NAME to login name in recieve-pack. | Shawn O. Pearce | 2006-12-17 | 1 | -0/+1 |
|/ / |
|
* | | Enable reflogs by default in any repository with a working directory. | Shawn O. Pearce | 2006-12-15 | 1 | -0/+1 |
|/ |
|
* | improve fetch-pack's handling of kept packs | Nicolas Pitre | 2006-11-03 | 1 | -4/+0 |
* | Teach receive-pack how to keep pack files based on object count. | Shawn Pearce | 2006-11-03 | 1 | -0/+1 |
* | Merge branch 'lj/refs' | Junio C Hamano | 2006-11-01 | 1 | -3/+4 |
|\ |
|
| * | Merge branch 'master' into lj/refs | Junio C Hamano | 2006-09-27 | 1 | -3/+10 |
| |\ |
|
| * | | update-ref: -d flag and ref creation safety. | Junio C Hamano | 2006-09-27 | 1 | -0/+1 |
| * | | Tell between packed, unpacked and symbolic refs. | Junio C Hamano | 2006-09-20 | 1 | -1/+1 |
| * | | Make ref resolution saner | Linus Torvalds | 2006-09-17 | 1 | -2/+2 |
* | | | Move deny_non_fast_forwards handling completely into receive-pack. | Shawn Pearce | 2006-10-30 | 1 | -1/+0 |
* | | | Merge branch 'np/pack' | Junio C Hamano | 2006-10-22 | 1 | -2/+3 |
|\ \ \ |
|
| * | | | introduce delta objects with offset to base | Nicolas Pitre | 2006-09-27 | 1 | -2/+3 |
| | |/
| |/| |
|
* | | | Make write_sha1_file_prepare() static | Rene Scharfe | 2006-10-14 | 1 | -6/+0 |
* | | | Add hash_sha1_file() | Rene Scharfe | 2006-10-14 | 1 | -0/+1 |
|/ / |
|
* | | many cleanups to sha1_file.c | Nicolas Pitre | 2006-09-23 | 1 | -3/+3 |
* | | add receive.denyNonFastforwards config variable | Johannes Schindelin | 2006-09-20 | 1 | -0/+1 |