aboutsummaryrefslogtreecommitdiff
path: root/git.c
Commit message (Expand)AuthorAge
...
* | annotate: use pagerJohannes Schindelin2007-01-24
* | Merge branch 'jc/bare'Junio C Hamano2007-01-11
|\ \
| * | Disallow working directory commands in a bare repository.Shawn O. Pearce2007-01-10
| |/
* | Make git-describe a builtin.Shawn O. Pearce2007-01-10
|/
* "init-db" can really be just "init"Nicolas Pitre2007-01-07
* Replace "GIT_DIR" with GIT_DIR_ENVIRONMENT.Shawn O. Pearce2006-12-30
* Use PATH_MAX constant for --bare.Shawn O. Pearce2006-12-30
* Merge branch 'jc/fsck-reflog'Junio C Hamano2006-12-26
|\
| * git reflog expireJunio C Hamano2006-12-20
* | Merge branch 'js/rerere'Junio C Hamano2006-12-24
|\ \
| * | Make git-rerere a builtinJohannes Schindelin2006-12-21
| |/
* | Keep "git --git-dir" from causing a bus error.Brian Gernhardt2006-12-22
|/
* simplify inclusion of system header files.Junio C Hamano2006-12-20
* Add builtin merge-file, a minimal replacement for RCS mergeJohannes Schindelin2006-12-06
* shortlog: use pagerJohannes Schindelin2006-11-27
* Build in shortlogJohannes Schindelin2006-11-19
* git-pickaxe: retire pickaxeJunio C Hamano2006-11-08
* Merge branch 'jc/pickaxe'Junio C Hamano2006-11-07
|\
| * git-pickaxe: pagenate output by default.Junio C Hamano2006-10-20
| * git-pickaxe: blame rewritten.Junio C Hamano2006-10-19
* | branch: work in subdirectories.Junio C Hamano2006-11-01
* | Merge branch 'rs/cherry'Junio C Hamano2006-11-01
|\ \
| * | Built-in cherryRene Scharfe2006-10-23
| |/
* | Merge branch 'lj/refs'Junio C Hamano2006-11-01
|\ \
| * | Make git-branch a builtinLars Hjemli2006-10-23
| * | Merge branch 'master' into lj/refsJunio C Hamano2006-09-27
| |\ \
| * \ \ Merge branch 'jc/lt-ref2-with-lt-refs' into jc/ref-lockingJunio C Hamano2006-09-27
| |\ \ \
| | * \ \ Merge branch 'lt/refs' into jc/lt-ref2-with-lt-refsJunio C Hamano2006-09-21
| | |\ \ \
| | * | | | Add "git show-ref" builtin commandLinus Torvalds2006-09-16
| * | | | | Merge branch 'lt/refs' into jc/for-each-ref-with-lt-refsJunio C Hamano2006-09-21
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | Start handling references internally as a sorted in-memory listLinus Torvalds2006-09-17
* | | | | | Merge for-each-ref to sync gitweb fully with 'next'Junio C Hamano2006-10-25
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Add git-for-each-ref: helper for language bindingsJunio C Hamano2006-09-16
| | |/ / / | |/| | |
* | | | | Merge branch 'jc/web-blame'Junio C Hamano2006-10-25
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Remove git-annotate.perl and create a builtin-alias for git-blameRyan Anderson2006-10-09
* | | | | paginate git-diff by defaultMartin Waitz2006-10-10
* | | | | git-tar-tree: don't RUN_SETUPRene Scharfe2006-10-08
|/ / / /
* | | | Fix usage string to match that given in the man pageAlan Chandler2006-10-03
| |_|/ |/| |
* | | Remove upload-tar and make git-tar-tree a thin wrapper to git-archiveJunio C Hamano2006-09-24
* | | Remove git-zip-treeRene Scharfe2006-09-23
| |/ |/|
* | Merge branch 'jk/diff'Junio C Hamano2006-09-17
|\ \
| * | git-commit.sh: convert run_status to a C builtinJeff King2006-09-08
* | | Merge branch 'jc/archive'Junio C Hamano2006-09-17
|\ \ \ | |_|/ |/| |
| * | Add git-upload-archiveFranck Bui-Huu2006-09-09
| * | Add git-archiveFranck Bui-Huu2006-09-09
| |/
* | Handle invalid argc gentlyDmitry V. Levin2006-09-14
* | Make count-objects, describe and merge-tree work in subdirectoryDmitry V. Levin2006-09-13
|/
* Fix memory leak in prepend_to_path (git.c).Christian Couder2006-09-05
* Trace into a file or an open fd and refactor tracing code.Christian Couder2006-09-02
* Replace uses of strdup with xstrdup.Shawn Pearce2006-09-02