aboutsummaryrefslogtreecommitdiff
path: root/git.c
Commit message (Expand)AuthorAge
* Merge branch 'master' into lj/refsJunio C Hamano2006-09-27
|\
| * 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 '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 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
| | |/
* | | Add git-for-each-ref: helper for language bindingsJunio C Hamano2006-09-16
|/ /
* | 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
* Use xmalloc instead of mallocJonas Fonseca2006-08-31
* Add git-zip-treeRene Scharfe2006-08-26
* Use xrealloc instead of reallocJonas Fonseca2006-08-26
* remove ugly shadowing of loop indexes in subloops.Pierre Habouzit2006-08-23
* remove unnecessary initializationsDavid Rientjes2006-08-15
* git-verify-pack: make builtinRene Scharfe2006-08-10
* Merge branch 'master' into mk/renameJunio C Hamano2006-08-08
|\
| * git-push: allow pushing from subdirectoriesJeff King2006-08-08
* | git.c: Rename NEEDS_PREFIX to RUN_SETUPJunio C Hamano2006-08-04
* | builtins: Makefile clean-upJunio C Hamano2006-08-04
* | Make git-checkout-index a builtinJunio C Hamano2006-08-04
* | Make git-symbolic-ref a builtinMatthias Kestenholz2006-08-03
* | Make git-unpack-objects a builtinMatthias Kestenholz2006-08-03
* | Make git-pack-objects a builtinMatthias Kestenholz2006-08-03
* | Make git-name-rev a builtinMatthias Kestenholz2006-08-03
|/
* Make git-repo-config a builtinMatthias Kestenholz2006-08-02
* Make git-prune-packed a builtinMatthias Kestenholz2006-08-02
* Remove cmd_usage() routine and re-organize the help/usage code.Ramsay Allan Jones2006-08-02
* Builtins: control the use of pager from the command table.Junio C Hamano2006-07-31
* git.c: allow alias expansion without a git directoryMatthias Lederhofer2006-07-30
* Merge branch 'lt/setup' into __/setup-n-mvJunio C Hamano2006-07-29
|\
| * Call setup_git_directory() much earlierLinus Torvalds2006-07-29
| * git wrapper: add --git-dir=<path> and --bare optionsJohannes Schindelin2006-07-25
| * Allow an alias to start with "-p"Johannes Schindelin2006-07-25
* | Make git-mv a builtinJohannes Schindelin2006-07-26
|/
* argv created by handle_alias should be NULL terminatedMatthias Lederhofer2006-07-14
* Merge branch 'ml/trace'Junio C Hamano2006-07-12
|\
| * GIT_TRACE: show which built-in/external commands are executedMatthias Lederhofer2006-07-09
* | Merge branch 'lt/prune'Junio C Hamano2006-07-12
|\ \
| * | builtin "git prune"Linus Torvalds2006-07-09
| |/
* | "git -p cmd" to page anywhereJunio C Hamano2006-07-09
|/