summaryrefslogtreecommitdiffstats
path: root/builtin-stripspace.c (unfollow)
Commit message (Expand)AuthorFilesLines
2007-02-05bisect: it needs to be done in a working tree.Junio C Hamano1-0/+1
2007-02-05Commands requiring a work tree must not run in GIT_DIRJohannes Schindelin4-4/+19
2007-02-05Add hg-to-git conversion utility.Stelian Pop3-0/+262
2007-02-05blameview: Support browsable functionality to blameview.Aneesh Kumar K.V1-3/+20
2007-02-05gitweb: Convert project name to UTF-8Yasushi SHOJI1-3/+3
2007-02-05bash: Support git-bisect and its subcommands.Shawn O. Pearce1-0/+31
2007-02-05bash: Support --add completion to git-config.Shawn O. Pearce1-1/+1
2007-02-05bash: Hide git-resolve, its deprecated.Shawn O. Pearce1-0/+1
2007-02-05bash: Offer --prune completion for git-gc.Shawn O. Pearce1-0/+14
2007-02-05bash: Hide diff-stages from completion.Shawn O. Pearce1-0/+1
2007-02-05bash: Support completion on git-cherry.Shawn O. Pearce1-0/+8
2007-02-05Show an example of deleting commits with git-rebase.Shawn O. Pearce1-2/+25
2007-02-05git-for-each-ref doesn't return "the bit after $GIT_DIR/refs"Andy Parkins1-1/+1
2007-02-05t9200: Work around HFS+ issues.Junio C Hamano1-0/+14
2007-02-05Rename get_ident() to fmt_ident() and make it available to outsideJunio C Hamano2-4/+5
2007-02-05git-archimport: initial import needs empty directoryGerrit Pape1-0/+9
2007-02-05Revert "Allow branch.*.merge to talk about remote tracking branches."Junio C Hamano1-6/+2
2007-02-04Why is it bad to rewind a branch that has already been pushed out?Robin Rosenberg1-0/+2
2007-02-04git-clone --reference: saner handling of borrowed symrefs.Junio C Hamano2-2/+67
2007-02-04bash: Support internal revlist options better.Shawn O. Pearce1-1/+3
2007-02-04bash: Support unique completion when possible.Shawn O. Pearce1-99/+91
2007-02-04bash: Support unique completion on git-config.Shawn O. Pearce1-38/+82
2007-02-04bash: Classify more commends out of completion.Shawn O. Pearce1-1/+17
2007-02-04bash: Add space after unique command name is completed.Shawn O. Pearce1-6/+20
2007-02-04bash: Complete long options to git-add.Shawn O. Pearce1-0/+16
2007-02-04bash: Classify cat-file and reflog as plumbing.Shawn O. Pearce1-20/+3
2007-02-04bash: Remove short option completions for branch/checkout/diff.Shawn O. Pearce1-3/+3
2007-02-04show-branch -g: default to the current branch.Junio C Hamano2-4/+9
2007-02-04Let git-checkout always drop any detached headNicolas Pitre1-15/+2
2007-02-04Enable HEAD@{...} and make it independent from the current branchNicolas Pitre1-26/+36
2007-02-04Default GIT_MERGE_VERBOSITY to 5 during tests.Shawn O. Pearce1-0/+2
2007-02-04Keep untracked files not involved in a merge.Shawn O. Pearce2-1/+43
2007-02-04Assorted typo fixesPavel Roskin27-41/+41
2007-02-04Cleanup subcommand documentation for git-remote.Shawn O. Pearce1-4/+19
2007-02-04git-config --rename-section could rename wrong sectionPavel Roskin1-1/+1
2007-02-04combine-diff: special case --unified=0Junio C Hamano1-4/+30
2007-02-04Why is it bad to rewind a branch that has already been pushed out?Junio C Hamano1-3/+3
2007-02-04honor GIT_REFLOG_ACTION in git-commitJunio C Hamano2-1/+4
2007-02-03fix reflog entries for "git-branch"Junio C Hamano1-2/+8
2007-02-03scan reflogs independently from refsNicolas Pitre5-9/+67
2007-02-03core-tutorial: http reference link fixJunio C Hamano1-2/+2
2007-02-03Tutorial-2: Adjust git-status output to recent reality.Junio C Hamano1-8/+7
2007-02-03Tutorial: fix asciidoc formatting of "git add" section.Junio C Hamano1-18/+18
2007-02-03Don't leak file descriptors from unavailable pack files.Shawn O. Pearce1-1/+16
2007-02-03doc: hooks.txt said post-commit default sends an email, it doesn'tAndy Parkins1-3/+2
2007-02-03Disallow invalid --pretty= abbreviationsEric Wong1-1/+2
2007-02-02Fix some documentation typos and grammarMike Coleman2-6/+8
2007-02-02Don't find objects in packs which aren't available anymore.Shawn O. Pearce1-0/+12
2007-02-02Refactor open_packed_git to return an error code.Shawn O. Pearce1-15/+16
2007-02-02Correct comment in prepare_packed_git_one.Shawn O. Pearce1-1/+4