| Commit message (Expand) | Author | Age | Files | Lines |
* | Add pretend_sha1_file() interface. | Junio C Hamano | 2007-02-05 | 2 | -0/+58 |
* | git-blame: no rev means start from the working tree file. | Junio C Hamano | 2007-02-05 | 3 | -26/+228 |
* | git-blame: an Emacs minor mode to view file with git-blame output. | David Kågedal | 2007-02-05 | 1 | -0/+180 |
* | Allow forcing of a parent commit, even if the parent is not a direct one. | Simon 'corecode' Schubert | 2007-02-05 | 2 | -4/+7 |
* | bisect: it needs to be done in a working tree. | Junio C Hamano | 2007-02-05 | 1 | -0/+1 |
* | Commands requiring a work tree must not run in GIT_DIR | Johannes Schindelin | 2007-02-05 | 4 | -4/+19 |
* | Add hg-to-git conversion utility. | Stelian Pop | 2007-02-05 | 3 | -0/+262 |
* | blameview: Support browsable functionality to blameview. | Aneesh Kumar K.V | 2007-02-05 | 1 | -3/+20 |
* | gitweb: Convert project name to UTF-8 | Yasushi SHOJI | 2007-02-05 | 1 | -3/+3 |
* | bash: Support git-bisect and its subcommands. | Shawn O. Pearce | 2007-02-05 | 1 | -0/+31 |
* | bash: Support --add completion to git-config. | Shawn O. Pearce | 2007-02-05 | 1 | -1/+1 |
* | bash: Hide git-resolve, its deprecated. | Shawn O. Pearce | 2007-02-05 | 1 | -0/+1 |
* | bash: Offer --prune completion for git-gc. | Shawn O. Pearce | 2007-02-05 | 1 | -0/+14 |
* | bash: Hide diff-stages from completion. | Shawn O. Pearce | 2007-02-05 | 1 | -0/+1 |
* | bash: Support completion on git-cherry. | Shawn O. Pearce | 2007-02-05 | 1 | -0/+8 |
* | Show an example of deleting commits with git-rebase. | Shawn O. Pearce | 2007-02-05 | 1 | -2/+25 |
* | git-for-each-ref doesn't return "the bit after $GIT_DIR/refs" | Andy Parkins | 2007-02-05 | 1 | -1/+1 |
* | t9200: Work around HFS+ issues. | Junio C Hamano | 2007-02-05 | 1 | -0/+14 |
* | Rename get_ident() to fmt_ident() and make it available to outside | Junio C Hamano | 2007-02-04 | 2 | -4/+5 |
* | git-archimport: initial import needs empty directory | Gerrit Pape | 2007-02-04 | 1 | -0/+9 |
* | Revert "Allow branch.*.merge to talk about remote tracking branches." | Junio C Hamano | 2007-02-04 | 1 | -6/+2 |
* | Merge branch 'np/dreflog' | Junio C Hamano | 2007-02-04 | 14 | -135/+232 |
|\ |
|
| * | show-branch -g: default to the current branch. | Junio C Hamano | 2007-02-03 | 2 | -4/+9 |
| * | Let git-checkout always drop any detached head | Nicolas Pitre | 2007-02-03 | 1 | -15/+2 |
| * | Enable HEAD@{...} and make it independent from the current branch | Nicolas Pitre | 2007-02-03 | 1 | -26/+36 |
| * | Merge branch 'master' into np/dreflog | Junio C Hamano | 2007-02-03 | 123 | -923/+5106 |
| |\ |
|
| * | | scan reflogs independently from refs | Nicolas Pitre | 2007-02-03 | 5 | -9/+67 |
| * | | add reflog when moving HEAD to a new branch | Nicolas Pitre | 2007-01-28 | 1 | -1/+1 |
| * | | create_symref(): do not assume pathname from git_path() persists long enough | Junio C Hamano | 2007-01-28 | 1 | -9/+11 |
| * | | add logref support to git-symbolic-ref | Nicolas Pitre | 2007-01-28 | 6 | -8/+35 |
| * | | move create_symref() past log_ref_write() | Nicolas Pitre | 2007-01-28 | 1 | -47/+47 |
| * | | add reflog entries for HEAD when detached | Nicolas Pitre | 2007-01-28 | 1 | -2/+3 |
| * | | enable separate reflog for HEAD | Nicolas Pitre | 2007-01-28 | 1 | -2/+5 |
| * | | lock_ref_sha1_basic(): remember the original name of a ref when resolving it | Nicolas Pitre | 2007-01-28 | 2 | -0/+3 |
| * | | make reflog filename independent from struct ref_lock | Nicolas Pitre | 2007-01-28 | 3 | -25/+26 |
* | | | Why is it bad to rewind a branch that has already been pushed out? | Robin Rosenberg | 2007-02-04 | 1 | -0/+2 |
* | | | git-clone --reference: saner handling of borrowed symrefs. | Junio C Hamano | 2007-02-04 | 2 | -2/+67 |
* | | | bash: Support internal revlist options better. | Shawn O. Pearce | 2007-02-04 | 1 | -1/+3 |
* | | | bash: Support unique completion when possible. | Shawn O. Pearce | 2007-02-04 | 1 | -99/+91 |
* | | | bash: Support unique completion on git-config. | Shawn O. Pearce | 2007-02-04 | 1 | -38/+82 |
* | | | bash: Classify more commends out of completion. | Shawn O. Pearce | 2007-02-04 | 1 | -1/+17 |
* | | | bash: Add space after unique command name is completed. | Shawn O. Pearce | 2007-02-04 | 1 | -6/+20 |
* | | | bash: Complete long options to git-add. | Shawn O. Pearce | 2007-02-04 | 1 | -0/+16 |
* | | | bash: Classify cat-file and reflog as plumbing. | Shawn O. Pearce | 2007-02-04 | 1 | -20/+3 |
* | | | bash: Remove short option completions for branch/checkout/diff. | Shawn O. Pearce | 2007-02-04 | 1 | -3/+3 |
| |/
|/| |
|
* | | Default GIT_MERGE_VERBOSITY to 5 during tests. | Shawn O. Pearce | 2007-02-03 | 1 | -0/+2 |
* | | Keep untracked files not involved in a merge. | Shawn O. Pearce | 2007-02-03 | 2 | -1/+43 |
* | | Assorted typo fixes | Pavel Roskin | 2007-02-03 | 27 | -41/+41 |
* | | Cleanup subcommand documentation for git-remote. | Shawn O. Pearce | 2007-02-03 | 1 | -4/+19 |
* | | git-config --rename-section could rename wrong section | Pavel Roskin | 2007-02-03 | 1 | -1/+1 |