| Commit message (Expand) | Author | Age | Files | Lines |
* | [PATCH] Modify git-rev-list to linearise the commit history in merge order. | jon@blackcubes.dyndns.org | 2005-06-06 | 1 | -2/+3 |
* | Fix entry.c dependency and compile problem | Linus Torvalds | 2005-06-05 | 1 | -0/+1 |
* | Make fiel checkout function available to the git library | Linus Torvalds | 2005-06-05 | 1 | -1/+1 |
* | [PATCH] rename git-rpush and git-rpull to git-ssh-push and git-ssh-pull | Junio C Hamano | 2005-06-05 | 1 | -3/+3 |
* | Add git-shortlog perl script | Linus Torvalds | 2005-06-04 | 1 | -1/+1 |
* | Add "git" and "git-log-script" helper scripts. | Linus Torvalds | 2005-06-01 | 1 | -2/+3 |
* | [PATCH] Add -O<orderfile> option to diff-* brothers. | Junio C Hamano | 2005-05-30 | 1 | -1/+2 |
* | Add "commit" helper script | Linus Torvalds | 2005-05-30 | 1 | -2/+3 |
* | [PATCH] Add -B flag to diff-* brothers. | Junio C Hamano | 2005-05-30 | 1 | -1/+2 |
* | [PATCH] Update rename/copy similarity estimator. | Junio C Hamano | 2005-05-24 | 1 | -2/+3 |
* | Start implementing "git-apply" | Linus Torvalds | 2005-05-23 | 1 | -1/+1 |
* | Don't care about st_dev in the index file | Linus Torvalds | 2005-05-22 | 1 | -1/+3 |
* | [PATCH] Makefile: Solaris fix: call $(MAKE) instead of make for subdirectories | Thomas Glanzmann | 2005-05-22 | 1 | -2/+2 |
* | Split up git-pull-script into separate "fetch" and "merge" phases. | Linus Torvalds | 2005-05-22 | 1 | -1/+1 |
* | [PATCH] Diffcore updates. | Junio C Hamano | 2005-05-22 | 1 | -4/+5 |
* | "make clean" should also clean up documentation | Linus Torvalds | 2005-05-21 | 1 | -0/+1 |
* | [PATCH] Introducing software archaeologist's tool "pickaxe". | Junio C Hamano | 2005-05-21 | 1 | -1/+2 |
* | [PATCH] Diff overhaul, adding half of copy detection. | Junio C Hamano | 2005-05-21 | 1 | -2/+3 |
* | [PATCH] delta creation | Nicolas Pitre | 2005-05-20 | 1 | -2/+4 |
* | [PATCH] delta check | Nicolas Pitre | 2005-05-20 | 1 | -1/+1 |
* | [PATCH] Implement git-checkout-cache -u to update stat information in the cache. | Junio C Hamano | 2005-05-19 | 1 | -1/+1 |
* | [PATCH] Deltification library work by Nicolas Pitre. | Nicolas Pitre | 2005-05-19 | 1 | -2/+5 |
* | Add silly "git-whatchanged" script. | Linus Torvalds | 2005-05-17 | 1 | -1/+1 |
* | [PATCH 4/4] Trivial test harness fixes. | Junio C Hamano | 2005-05-16 | 1 | -1/+1 |
* | [PATCH 2/3] Rename git-diff-tree-helper to git-diff-helper. | Junio C Hamano | 2005-05-15 | 1 | -2/+2 |
* | Implemented make test | Petr Baudis | 2005-05-14 | 1 | -0/+3 |
* | Link with -lcrypto instead of -lssl when using openssl libraries. | Junio C Hamano | 2005-05-10 | 1 | -1/+1 |
* | Rename environment variables. | Junio C Hamano | 2005-05-09 | 1 | -0/+3 |
* | Build and install git-get-tar-commit-id | Junio C Hamano | 2005-05-07 | 1 | -1/+2 |
* | [PATCH] make INSTALL binary in Makefile configurable via make variable | Thomas Glanzmann | 2005-05-07 | 1 | -2/+8 |
* | Split "git-pull-script" into two parts | Linus Torvalds | 2005-05-05 | 1 | -1/+1 |
* | Add git-write-blob. | Junio C Hamano | 2005-05-01 | 1 | -1/+2 |
* | [PATCH] Add git-local-pull. | Junio C Hamano | 2005-05-01 | 1 | -1/+2 |
* | [PATCH] Add git-apply-patch-script. | Junio C Hamano | 2005-05-01 | 1 | -2/+2 |
* | [PATCH] Split out "pull" from particular methods | Daniel Barkalow | 2005-04-30 | 1 | -2/+2 |
* | Make the date parsing accept pretty much any random crap. | Linus Torvalds | 2005-04-30 | 1 | -0/+3 |
* | Rename "show-files" to "ls-files" | Linus Torvalds | 2005-04-30 | 1 | -2/+2 |
* | [PATCH] Do date parsing by hand... | Edgar Toernig | 2005-04-30 | 1 | -2/+2 |
* | [PATCH] Fix AUTHOR_DATE timezone confusion | tony.luck@intel.com | 2005-04-29 | 1 | -0/+1 |
* | [PATCH] Makefile: The big git command renaming fallout fix. | Junio C Hamano | 2005-04-29 | 1 | -2/+1 |
* | Rename git core commands to be "git-xxxx" to avoid name clashes. | Linus Torvalds | 2005-04-29 | 1 | -38/+44 |
* | [PATCH] create tar archives of tree on the fly | Rene Scharfe | 2005-04-28 | 1 | -1/+1 |
* | Fix up recent object model cleanups | Linus Torvalds | 2005-04-28 | 1 | -1/+1 |
* | [PATCH] Add tag header/parser to library | Daniel Barkalow | 2005-04-28 | 1 | -1/+1 |
* | [PATCH] Introduce diff-tree-helper. | Junio C Hamano | 2005-04-25 | 1 | -1/+5 |
* | [PATCH] Split external diff command interface to a separate file. | Junio C Hamano | 2005-04-25 | 1 | -0/+4 |
* | Add the git-*-script files to the install | Linus Torvalds | 2005-04-25 | 1 | -2/+3 |
* | Add "tag" objects that can be used to sign other objects. | Linus Torvalds | 2005-04-25 | 1 | -1/+1 |
* | Add "rev-list" program that uses the new time-based commit listing. | Linus Torvalds | 2005-04-23 | 1 | -1/+1 |
* | [PATCH] Various transport programs | Daniel Barkalow | 2005-04-23 | 1 | -2/+11 |