Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Merge branch 'master' into sp/fast-import | Shawn O. Pearce | 2007-01-14 | 1 | -2/+15 | |
|\ \ | |/ | ||||||
| * | Ignore git-init and git-remote | Brian Gernhardt | 2007-01-08 | 1 | -0/+2 | |
| * | Create 'git gc' to perform common maintenance operations. | Shawn O. Pearce | 2006-12-27 | 1 | -0/+1 | |
| * | Merge branch 'jc/fsck-reflog' | Junio C Hamano | 2006-12-26 | 1 | -0/+1 | |
| |\ | ||||||
| | * | Add git-reflog to .gitignore | Nicolas Pitre | 2006-12-26 | 1 | -0/+1 | |
| * | | move git-blame to its place in .gitignore | Nicolas Pitre | 2006-12-26 | 1 | -1/+1 | |
| * | | git-add --interactive | Junio C Hamano | 2006-12-18 | 1 | -0/+1 | |
| |/ | ||||||
| * | Get rid of the dependency on RCS' merge program | Johannes Schindelin | 2006-12-12 | 1 | -0/+1 | |
| * | remove merge-recursive-old | Junio C Hamano | 2006-11-21 | 1 | -1/+0 | |
| * | Merge branch 'master' into lj/refs | Junio C Hamano | 2006-09-27 | 1 | -2/+1 | |
| |\ | ||||||
| | * | Deprecate merge-recursive.py | Junio C Hamano | 2006-09-24 | 1 | -0/+1 | |
| | * | Remove upload-tar and make git-tar-tree a thin wrapper to git-archive | Junio C Hamano | 2006-09-24 | 1 | -1/+0 | |
| | * | Remove git-zip-tree | Rene Scharfe | 2006-09-23 | 1 | -1/+0 | |
| * | | Merge branch 'jc/lt-ref2-with-lt-refs' into jc/ref-locking | Junio C Hamano | 2006-09-27 | 1 | -0/+1 | |
| |\ \ | ||||||
| | * \ | Merge branch 'lt/refs' into jc/lt-ref2-with-lt-refs | Junio C Hamano | 2006-09-21 | 1 | -0/+4 | |
| | |\ \ | ||||||
| | * | | | gitignore: git-show-ref is a generated file. | Jeff King | 2006-09-18 | 1 | -0/+1 | |
| * | | | | Merge branch 'lt/refs' into jc/for-each-ref-with-lt-refs | Junio C Hamano | 2006-09-21 | 1 | -0/+4 | |
| |\ \ \ \ | | | |/ / | | |/| | | ||||||
| | * | | | gitignore: git-pack-refs is a generated file. | Jeff King | 2006-09-18 | 1 | -0/+1 | |
| | | |/ | | |/| | ||||||
| | * | | Merge branch 'jk/diff' | Junio C Hamano | 2006-09-17 | 1 | -0/+1 | |
| | |\ \ | ||||||
| | | * | | git-commit.sh: convert run_status to a C builtin | Jeff King | 2006-09-08 | 1 | -0/+1 | |
| | | |/ | ||||||
| | * | | Add git-upload-archive | Franck Bui-Huu | 2006-09-09 | 1 | -0/+1 | |
| | * | | Add git-archive | Franck Bui-Huu | 2006-09-09 | 1 | -0/+1 | |
| | |/ | ||||||
| * | | Add git-for-each-ref: helper for language bindings | Junio C Hamano | 2006-09-16 | 1 | -0/+1 | |
| |/ | ||||||
| * | autoconf: Add config.cache to .gitignore | Jakub Narebski | 2006-09-07 | 1 | -0/+1 | |
| * | Add git-zip-tree to .gitignore | Rene Scharfe | 2006-08-27 | 1 | -0/+1 | |
| * | Merge branch 'js/c-merge-recursive' | Junio C Hamano | 2006-08-27 | 1 | -0/+1 | |
| |\ | ||||||
| | * | .gitignore: git-merge-recur is a built file. | Junio C Hamano | 2006-08-03 | 1 | -0/+1 | |
* | | | Created fast-import, a tool to quickly generating a pack from blobs. | Shawn O. Pearce | 2007-01-14 | 1 | -0/+1 | |
|/ / | ||||||
* | | Merge branch 'lt/web' | Junio C Hamano | 2006-08-12 | 1 | -0/+1 | |
|\ \ | ||||||
| * | | Add gitweb.cgi to .gitignore | Matthias Kestenholz | 2006-08-06 | 1 | -0/+1 | |
| |/ | ||||||
* | | autoconf: clean temporary file mak.append | Junio C Hamano | 2006-08-08 | 1 | -1/+1 | |
|/ | ||||||
* | Merge branch 'jn/make' | Junio C Hamano | 2006-07-30 | 1 | -0/+6 | |
|\ | ||||||
| * | autoconf: Use autoconf to write installation directories to config.mak.autogen | Jakub Narebski | 2006-07-02 | 1 | -0/+6 | |
* | | git-svn: migrate out of contrib | Eric Wong | 2006-07-06 | 1 | -0/+1 | |
* | | Add git-instaweb, instantly browse the working repo with gitweb | Eric Wong | 2006-07-01 | 1 | -0/+1 | |
|/ | ||||||
* | add GIT-CFLAGS to .gitignore | Matthias Kestenholz | 2006-06-22 | 1 | -0/+1 | |
* | Retire git-clone-pack | Junio C Hamano | 2006-06-21 | 1 | -1/+0 | |
* | Merge branch 'jc/cache-tree' | Junio C Hamano | 2006-05-28 | 1 | -0/+1 | |
|\ | ||||||
| * | Add test-dump-cache-tree | Junio C Hamano | 2006-04-24 | 1 | -0/+1 | |
* | | Built git-upload-tar should be ignored. | Shawn Pearce | 2006-05-24 | 1 | -0/+1 | |
* | | Add git-quiltimport to .gitignore. | Peter Eriksen | 2006-05-23 | 1 | -0/+1 | |
|/ | ||||||
* | Add git-clean command | Pavel Roskin | 2006-04-05 | 1 | -0/+1 | |
* | add clean and ignore rules for xdiff/ | Junio C Hamano | 2006-03-26 | 1 | -2/+1 | |
* | Add git-imap-send, derived from isync 1.0.1. | Mike McCormack | 2006-03-10 | 1 | -0/+1 | |
* | Nicer output from 'git' | Fredrik Kuivinen | 2006-03-09 | 1 | -0/+1 | |
* | gitignore: Ignore some more boring things. | Mark Wooding | 2006-03-05 | 1 | -0/+1 | |
* | Add missing programs to ignore list | Shawn Pearce | 2006-02-24 | 1 | -0/+4 | |
* | Add new git-rm command with documentation | Carl Worth | 2006-02-22 | 1 | -0/+1 | |
* | .gitignore git-rerere and config.mak | Andreas Ericsson | 2006-02-07 | 1 | -0/+2 | |
* | git-show | Junio C Hamano | 2006-02-05 | 1 | -0/+1 |